netx.jnlp.event

Interface ApplicationListener

All Superinterfaces:
EventListener

public interface ApplicationListener
extends EventListener

The listener that is notified when an application instance is terminated.
Version:
$Revision: 1.5 $
Author:
Jon A. Maxwell (JAM) - initial author

Method Summary

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

Method Details

applicationDestroyed

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