com.vaadin
Interface Application.UserChangeListener

All Superinterfaces:
EventListener, Serializable
Enclosing class:
Application

public static interface Application.UserChangeListener
extends EventListener, Serializable

The UserChangeListener interface for listening application user changes.

Since:
3.0
Version:
7.0.0.alpha3

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-2011 Vaadin Ltd. All Rights Reserved.