netx.jnlp.event
Class ApplicationEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--netx.jnlp.event.ApplicationEvent
All Implemented Interfaces:
java.io.Serializable

public class ApplicationEvent
extends java.util.EventObject

This event is sent when an application is terminated.

Version:
$Revision: 1.4 $
Author:
Jon A. Maxwell (JAM) - initial author
See Also:
Serialized Form

Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ApplicationEvent(ApplicationInstance source)
          Creates a launch event for the specified application instance.
 
Method Summary
 ApplicationInstance getApplication()
          Returns the application instance.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ApplicationEvent

public ApplicationEvent(ApplicationInstance source)
Creates a launch event for the specified application instance.
Parameters:
source - the application instance
Method Detail

getApplication

public ApplicationInstance getApplication()
Returns the application instance.