net.dpml.state
Interface StateListener

All Superinterfaces:
EventListener, Remote

public interface StateListener
extends EventListener, Remote

Interface implementated by remote listeners to state change events.

Version:
2.1.0
Author:
Digital Product Management Library

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

Method Detail

stateChanged

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

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