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

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
Application.UserChangeEvent(Application source, java.lang.Object newUser, java.lang.Object prevUser)
          Contructor for user change event
 
Method Summary
 Application getApplication()
          Get the application where the user change occurred
 java.lang.Object getNewUser()
          Get the new user of the application
 java.lang.Object getPreviousUser()
          Get 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

Application.UserChangeEvent

public Application.UserChangeEvent(Application source,
                                   java.lang.Object newUser,
                                   java.lang.Object prevUser)
Contructor for user change event

Method Detail

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.