|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
com.itmill.toolkit.Application.UserChangeEvent
public class Application.UserChangeEvent
An event that characterizes a change in the current selection.
Application user change event sent when the setUser is called to change the current user of the application.
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
Application.UserChangeEvent(Application source,
Object newUser,
Object prevUser)
Contructor for user change event. |
|
| Method Summary | |
|---|---|
Application |
getApplication()
Gets the application where the user change occurred. |
Object |
getNewUser()
Gets the new user of the application. |
Object |
getPreviousUser()
Gets the previous user of the application. |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Application.UserChangeEvent(Application source,
Object newUser,
Object prevUser)
source - the application source.newUser - the new User.prevUser - the previous User.| Method Detail |
|---|
public Object getNewUser()
public Object getPreviousUser()
nullpublic Application getApplication()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||