Class JXLoginPane.LoginListenerImpl

  • All Implemented Interfaces:
    java.util.EventListener, LoginListener
    Enclosing class:
    JXLoginPane

    protected class JXLoginPane.LoginListenerImpl
    extends LoginAdapter
    Listener class to track state in the LoginService
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected LoginListenerImpl()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void loginCanceled​(LoginEvent source)
      Called by the JXLoginPane in the event of a login cancellation by the user.
      void loginFailed​(LoginEvent source)
      Called by the JXLoginPane in the event of a login failure
      void loginStarted​(LoginEvent source)
      Called by the JXLoginPane when the Authentication operation is started.
      void loginSucceeded​(LoginEvent source)
      Called by the JXLoginPane in the event of a successful login.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait