org.millstone.base
Class Application.UserChangeEvent
java.lang.Object
|
+--java.util.EventObject
|
+--org.millstone.base.Application.UserChangeEvent
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- Application
- public class Application.UserChangeEvent
- extends java.util.EventObject
Application user change event sent when the setUser is called to
change the current user of the application.
- Since:
- 3.0
- Version:
- 3.0.3
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
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 |
Application.UserChangeEvent
public Application.UserChangeEvent(Application source,
java.lang.Object newUser,
java.lang.Object prevUser)
- Contructor for user change event
getNewUser
public java.lang.Object getNewUser()
- Get the new user of the application
getPreviousUser
public java.lang.Object getPreviousUser()
- Get the previous user of the application
getApplication
public Application getApplication()
- Get the application where the user change occurred
Copyright © 2000,2001,2002 IT Mill Ltd. All Rights
Reserved.