netx.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.

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

Method Summary
 void applicationDestroyed(ApplicationEvent applicationEvent)
          Invoked when the application is destroyed.
 

Method Detail

applicationDestroyed

public void applicationDestroyed(ApplicationEvent applicationEvent)
Invoked when the application is destroyed.