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:

6.8.18

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.