com.itmill.toolkit
Interface Application.UserChangeListener

All Superinterfaces:
EventListener
Enclosing class:
Application

public static interface Application.UserChangeListener
extends EventListener

The UserChangeListener interface for listening application user changes.

Since:
3.0
Version:
5.3.0

Method Summary
 void applicationUserChanged(Application.UserChangeEvent event)
          The applicationUserChanged method Invoked when the application user has changed.
 

Method Detail

applicationUserChanged

void applicationUserChanged(Application.UserChangeEvent event)
The applicationUserChanged method Invoked when the application user has changed.

Parameters:
event - the change event.


Copyright © 2000-2009 IT Mill Ltd. All Rights Reserved.