org.jdesktop.swingx.auth
Class LoginEvent
java.lang.Object
java.util.EventObject
org.jdesktop.swingx.auth.LoginEvent
- All Implemented Interfaces:
- java.io.Serializable
public class LoginEvent
- extends java.util.EventObject
This is an event object that is passed to login listener methods
- Author:
- Shai Almog
- See Also:
- Serialized Form
Constructor Summary |
LoginEvent(java.lang.Object source)
|
LoginEvent(java.lang.Object source,
java.lang.Throwable cause)
Creates a new instance of LoginEvent |
Method Summary |
java.lang.Throwable |
getCause()
|
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
LoginEvent
public LoginEvent(java.lang.Object source)
LoginEvent
public LoginEvent(java.lang.Object source,
java.lang.Throwable cause)
- Creates a new instance of LoginEvent
getCause
public java.lang.Throwable getCause()