Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
org.scopemvc.core.ModelChangeEvent

Uses of ModelChangeEvent in org.scopemvc.core
 

Methods in org.scopemvc.core with parameters of type ModelChangeEvent
 void ModelChangeListener.modelChanged(ModelChangeEvent inEvent)
           Invoked to notify listeners of a change in the state of a ModelChangeEventSource.
 void ModelChangeEventSource.modelChanged(ModelChangeEvent inEvent)
          Implement ModelChangeListener to respond to a ModelChangeEvent from a contained sub-model that needs changes to be propogated up the model hierarchy.