Package net.sourceforge.jnlp.event
Interface ApplicationListener
- All Superinterfaces:
EventListener
The listener that is notified when an application instance is
terminated.
-
Method Summary
Modifier and TypeMethodDescriptionvoidapplicationDestroyed(ApplicationEvent applicationEvent) Invoked when the application is destroyed.
-
Method Details
-
applicationDestroyed
Invoked when the application is destroyed.- Parameters:
applicationEvent- information about destruction
-