All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.mitre.cvw.mudsy.gui.LoginEvent

java.lang.Object
   |
   +----java.util.EventObject
           |
           +----org.mitre.cvw.mudsy.gui.LoginEvent

public class LoginEvent
extends EventObject
The login event.

See Also:
LoginListener

Constructor Index

 o LoginEvent(Object, String, String)
Constructs a LoginEvent object with the specified source object and a the login parameters.

Method Index

 o getPassword()
Gets the password associated with this event.
 o getUser()
Gets the user name associated with this event.

Constructors

 o LoginEvent
 public LoginEvent(Object source,
                   String user,
                   String password)
Constructs a LoginEvent object with the specified source object and a the login parameters.

Parameters:
source - the object where the event originated
user - the user name
password - the password

Methods

 o getUser
 public String getUser()
Gets the user name associated with this event.

 o getPassword
 public String getPassword()
Gets the password associated with this event.


All Packages  Class Hierarchy  This Package  Previous  Next  Index