Class JXLoginPane.LoginListenerImpl
java.lang.Object
org.jdesktop.swingx.auth.LoginAdapter
org.jdesktop.swingx.JXLoginPane.LoginListenerImpl
- All Implemented Interfaces:
EventListener, LoginListener
- Enclosing class:
JXLoginPane
Listener class to track state in the LoginService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidloginCanceled(LoginEvent source) Called by the JXLoginPane in the event of a login cancellation by the user.voidloginFailed(LoginEvent source) Called by the JXLoginPane in the event of a login failurevoidloginStarted(LoginEvent source) Called by the JXLoginPane when the Authentication operation is started.voidloginSucceeded(LoginEvent source) Called by the JXLoginPane in the event of a successful login.
-
Constructor Details
-
LoginListenerImpl
protected LoginListenerImpl()
-
-
Method Details
-
loginSucceeded
Description copied from interface:LoginListenerCalled by the JXLoginPane in the event of a successful login.- Specified by:
loginSucceededin interfaceLoginListener- Overrides:
loginSucceededin classLoginAdapter- Parameters:
source- panel that fired the event
-
loginStarted
Description copied from interface:LoginListenerCalled by the JXLoginPane when the Authentication operation is started.- Specified by:
loginStartedin interfaceLoginListener- Overrides:
loginStartedin classLoginAdapter- Parameters:
source- panel that fired the event
-
loginFailed
Description copied from interface:LoginListenerCalled by the JXLoginPane in the event of a login failure- Specified by:
loginFailedin interfaceLoginListener- Overrides:
loginFailedin classLoginAdapter- Parameters:
source- panel that fired the event
-
loginCanceled
Description copied from interface:LoginListenerCalled by the JXLoginPane in the event of a login cancellation by the user.- Specified by:
loginCanceledin interfaceLoginListener- Overrides:
loginCanceledin classLoginAdapter- Parameters:
source- panel that fired the event
-