Class Application.UserChangeEvent

Application user change event sent when the setUser is called to change the current user of the application.

Synopsis

VERSION@

Since

3.0

Inheritance Path.  java.lang.Object-> java.util.EventObject-> com.itmill.toolkit.Application.UserChangeEvent

Application.UserChangeEvent(Application, Object, Object)

Contructor for user change event

getApplication()

Get the application where the user change occurred

getNewUser()

Get the new user of the application

getPreviousUser()

Get the previous user of the application