net.dpml.runtime
Interface ComponentListener

All Superinterfaces:
EventListener

public interface ComponentListener
extends EventListener

Interface implementated by remote listeners to state change events.

Version:
2.0.1
Author:
Digital Product Management Laboratory

Method Summary
 void componentChanged(ComponentEvent event)
          Notify the listener of an event within the component.
 

Method Detail

componentChanged

void componentChanged(ComponentEvent event)
Notify the listener of an event within the component.

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