Package org.jdesktop.swingx.auth
Class LoginEvent
java.lang.Object
java.util.EventObject
org.jdesktop.swingx.auth.LoginEvent
- All Implemented Interfaces:
Serializable
This is an event object that is passed to login listener methods
- Author:
- Shai Almog
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorsConstructorDescriptionLoginEvent
(Object source) LoginEvent
(Object source, Throwable cause) Creates a new instance of LoginEvent -
Method Summary
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
LoginEvent
-
LoginEvent
Creates a new instance of LoginEvent
-
-
Method Details
-
getCause
-