net.dpml.component
Interface ModelListener

All Superinterfaces:
EventListener, Remote

public interface ModelListener
extends EventListener, Remote

Interface implementated by remote listeners to model change events.

Version:
1.0.1
Author:
Digital Product Meta Library

Method Summary
 void modelChanged(ModelEvent event)
          Notify the listener of a model change.
 

Method Detail

modelChanged

public void modelChanged(ModelEvent event)
                  throws RemoteException
Notify the listener of a model change.

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