Uses of Interface
net.dpml.component.ModelListener

Packages that use ModelListener
net.dpml.component Interfaces defining the internal 'component' model. 
 

Uses of ModelListener in net.dpml.component
 

Methods in net.dpml.component with parameters of type ModelListener
 void Model.addModelListener(ModelListener listener)
          Add a listener to the component model.
 void Model.removeModelListener(ModelListener listener)
          Remove a listener from the component model.