com.karneim.util.collection.set
public static interface IStatePro.IChangeListener
Copyright: Copyright (c) 2002
Company: B|ro f|r Softwarearchitektur www.karneim.com
Version: 1.0
Method Summary | |
---|---|
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 |