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 theExitListeners
added so far.Methods in org.jdesktop.application with parameters of type Application.ExitListenerModifier and TypeMethodDescriptionvoid
Application.addExitListener
(Application.ExitListener listener) Add anExitListener
to the list.void
Application.removeExitListener
(Application.ExitListener listener) Remove anExitListener
from the list.