Uses of Interface
org.jdesktop.application.Application.ExitListener
-
Packages that use Application.ExitListener Package Description org.jdesktop.application -
-
Uses of Application.ExitListener in org.jdesktop.application
Methods in org.jdesktop.application that return Application.ExitListener Modifier and Type Method Description Application.ExitListener[]Application. getExitListeners()All of theExitListenersadded so far.Methods in org.jdesktop.application with parameters of type Application.ExitListener Modifier and Type Method Description voidApplication. addExitListener(Application.ExitListener listener)Add anExitListenerto the list.voidApplication. removeExitListener(Application.ExitListener listener)Remove anExitListenerfrom the list.
-