Uses of Interface
org.jdesktop.swingx.auth.LoginListener
Packages that use LoginListener
Package
Description
Contains extensions to the Swing GUI toolkit, including new and enhanced
components that provide functionality commonly required by rich,
data-centric client applications.
Contains classes and interfaces used by the
JXLoginPane component.-
Uses of LoginListener in org.jdesktop.swingx
Classes in org.jdesktop.swingx that implement LoginListenerModifier and TypeClassDescriptionprotected classListener class to track state in the LoginServiceFields in org.jdesktop.swingx declared as LoginListenerModifier and TypeFieldDescriptionprivate LoginListenerJXLoginPane.defaultLoginListenerThe default login listener used by this panel.Methods in org.jdesktop.swingx that return LoginListener -
Uses of LoginListener in org.jdesktop.swingx.auth
Classes in org.jdesktop.swingx.auth that implement LoginListenerMethods in org.jdesktop.swingx.auth with parameters of type LoginListenerModifier and TypeMethodDescriptionvoidLoginService.addLoginListener(LoginListener listener) Adds a LoginListener to the list of listenersvoidLoginService.removeLoginListener(LoginListener listener) Removes a LoginListener from the list of listeners