Package net.sourceforge.jnlp.event
Class ApplicationEvent
java.lang.Object
java.util.EventObject
net.sourceforge.jnlp.event.ApplicationEvent
- All Implemented Interfaces:
Serializable
This event is sent when an application is terminated.
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorsConstructorDescriptionApplicationEvent
(ApplicationInstance source) Creates a launch event for the specified application instance. -
Method Summary
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
ApplicationEvent
Creates a launch event for the specified application instance.- Parameters:
source
- the application instance
-
-
Method Details
-
getApplication
- Returns:
- the application instance.
-