public static interface IStatePro.IChangeListener
Copyright: Copyright (c) 2002
Company: Büro für Softwarearchitektur www.karneim.com
Modifier and Type | Method and Description |
---|---|
void |
isFinalChanged(IStatePro state,
boolean isFinal)
The state invokes this method on all registered listener if it's final property is changed.
|
void |
transitionAdded(IStatePro.ITransition transition)
The state invokes this method on all registered listener if a transition is added to the state
|
void |
transitionRemoved(IStatePro.ITransition transition)
The state invokes this method on all registered listener if a transition is removed from the state
|
void transitionAdded(IStatePro.ITransition transition)
void transitionRemoved(IStatePro.ITransition transition)
void isFinalChanged(IStatePro state, boolean isFinal)