IcedTea-Web
NetX

net.sourceforge.jnlp.event
Class ApplicationEvent

java.lang.Object
  extended by java.util.EventObject
      extended by net.sourceforge.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.

See Also:
Serialized Form

Field Summary
 
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.


IcedTea-Web
NetX

Submit a bug or feature