Uses of Interface
org.jdesktop.swingx.auth.LoginListener
-
Packages that use LoginListener Package Description org.jdesktop.swingx Contains extensions to the Swing GUI toolkit, including new and enhanced components that provide functionality commonly required by rich, data-centric client applications.org.jdesktop.swingx.auth Contains classes and interfaces used by theJXLoginPane
component. -
-
Uses of LoginListener in org.jdesktop.swingx
Classes in org.jdesktop.swingx that implement LoginListener Modifier and Type Class Description protected class
JXLoginPane.LoginListenerImpl
Listener class to track state in the LoginService -
Uses of LoginListener in org.jdesktop.swingx.auth
Classes in org.jdesktop.swingx.auth that implement LoginListener Modifier and Type Class Description class
LoginAdapter
Methods in org.jdesktop.swingx.auth with parameters of type LoginListener Modifier and Type Method Description void
LoginService. addLoginListener(LoginListener listener)
Adds a LoginListener to the list of listenersvoid
LoginService. removeLoginListener(LoginListener listener)
Removes a LoginListener from the list of listeners
-