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 theJXLoginPanecomponent. -
-
Uses of LoginListener in org.jdesktop.swingx
Classes in org.jdesktop.swingx that implement LoginListener Modifier and Type Class Description protected classJXLoginPane.LoginListenerImplListener 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 classLoginAdapterMethods in org.jdesktop.swingx.auth with parameters of type LoginListener Modifier and Type Method Description voidLoginService. addLoginListener(LoginListener listener)Adds a LoginListener to the list of listenersvoidLoginService. removeLoginListener(LoginListener listener)Removes a LoginListener from the list of listeners
-