Package 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- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Throwable
cause
-
Constructor Summary
Constructors Constructor Description LoginEvent(java.lang.Object source)
LoginEvent(java.lang.Object source, java.lang.Throwable cause)
Creates a new instance of LoginEvent
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Throwable
getCause()
-