Uses of Interface
org.jdesktop.application.Application.ExitListener
Packages that use Application.ExitListener
-
Uses of Application.ExitListener in org.jdesktop.application
Methods in org.jdesktop.application that return Application.ExitListenerModifier and TypeMethodDescriptionApplication.getExitListeners()All of theExitListenersadded so far.Methods in org.jdesktop.application with parameters of type Application.ExitListenerModifier and TypeMethodDescriptionvoidApplication.addExitListener(Application.ExitListener listener) Adds anExitListenerto the list.voidApplication.removeExitListener(Application.ExitListener listener) Removes anExitListenerfrom the list.