net.dpml.state
Interface StateListener

All Superinterfaces:
java.util.EventListener, java.rmi.Remote

public interface StateListener
extends java.util.EventListener, java.rmi.Remote

Interface implementated by remote listeners to state change events.

Version:
2.0.3
Author:
Digital Product Management Laboratory

Method Summary
 void stateChanged(StateEvent event)
          Notify the listener of a state change.
 

Method Detail

stateChanged

void stateChanged(StateEvent event)
                  throws java.rmi.RemoteException
Notify the listener of a state change.

Parameters:
event - the state change event
Throws:
java.rmi.RemoteException - if a remote transport error occurs