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
-
LoginEvent(Object, String, String)
- Constructs a LoginEvent object with the specified source object
and a the login parameters.
-
getPassword()
- Gets the password associated with this event.
-
getUser()
- Gets the user name associated with this event.
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
getUser
public String getUser()
- Gets the user name associated with this event.
getPassword
public String getPassword()
- Gets the password associated with this event.
All Packages Class Hierarchy This Package Previous Next Index