net.dpml.runtime
Interface ComponentListener

All Superinterfaces:
EventListener

public interface ComponentListener
extends EventListener

Interface implementated by remote listeners to state change events.

Version:
2.1.0
Author:
Digital Product Management Library

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 component event