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