net.dpml.station
Interface ApplicationListener

All Superinterfaces:
EventListener, Remote

public interface ApplicationListener
extends EventListener, Remote

A ApplicationListener enabled client application to receive notification of high-level application state changes.


Method Summary
 void stateChanged(ApplicationEvent event)
          Notify the listener of an application state change.
 

Method Detail

stateChanged

public void stateChanged(ApplicationEvent event)
                  throws RemoteException
Notify the listener of an application state change.

Parameters:
event - the application event
Throws:
RemoteException - if a remote exception occurs