net.dpml.state
Interface StateListener

All Superinterfaces:
EventListener, Remote
All Known Subinterfaces:
ProviderListener

public interface StateListener
extends EventListener, Remote

Interface implementated by remote listeners to state change events.

Version:
1.2.0
Author:
Digital Product Meta 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