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
LoginEvent
public LoginEvent(Object source)
LoginEvent
public LoginEvent(Object source,
Throwable cause)
- Creates a new instance of LoginEvent
getCause
public Throwable getCause()
Copyright © 2012. All Rights Reserved.