Package com.nomagic.uml2.ext.jmi
Interface ModelStateTracker
-
public interface ModelStateTracker
Track events in the model and check if model state returns to its previous state.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
modelStateClean()
void
trackEvent(java.beans.PropertyChangeEvent event)
Proceed new event.
-