org.jdesktop.swingx.auth
Class LoginEvent

java.lang.Object
  extended by java.util.EventObject
      extended by 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

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
LoginEvent(Object source)
           
LoginEvent(Object source, Throwable cause)
          Creates a new instance of LoginEvent
 
Method Summary
 Throwable getCause()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LoginEvent

public LoginEvent(Object source)

LoginEvent

public LoginEvent(Object source,
                  Throwable cause)
Creates a new instance of LoginEvent

Method Detail

getCause

public Throwable getCause()