Package net.sourceforge.jnlp.event
Interface ApplicationListener
-
- All Superinterfaces:
java.util.EventListener
public interface ApplicationListener extends java.util.EventListener
The listener that is notified when an application instance is terminated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
applicationDestroyed(ApplicationEvent applicationEvent)
Invoked when the application is destroyed.
-
-
-
Method Detail
-
applicationDestroyed
void applicationDestroyed(ApplicationEvent applicationEvent)
Invoked when the application is destroyed.- Parameters:
applicationEvent
- information about destruction
-
-