org.jdesktop.swingx.auth
Class LoginEvent

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

Author:
Shai Almog
See Also:
Serialized Form

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

Constructor Detail

LoginEvent

public LoginEvent(java.lang.Object source)

LoginEvent

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

Method Detail

getCause

public java.lang.Throwable getCause()