Class 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  
      • Fields inherited from class java.util.EventObject

        source
    • 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()  
      • 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
    • Field Detail

      • cause

        private java.lang.Throwable cause
    • 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()