Uses of Interface
org.jdesktop.application.Application.ExitListener

Packages that use Application.ExitListener
org.jdesktop.application   
 

Uses of Application.ExitListener in org.jdesktop.application
 

Methods in org.jdesktop.application that return Application.ExitListener
 Application.ExitListener[] Application.getExitListeners()
          All of the ExitListeners added so far.
 

Methods in org.jdesktop.application with parameters of type Application.ExitListener
 void Application.addExitListener(Application.ExitListener listener)
          Add an ExitListener to the list.
 void Application.removeExitListener(Application.ExitListener listener)
          Remove an ExitListener from the list.