|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface IStatePro.IChangeListener
The listener interface for receiving change events of an IStatePro. The class that is interested in processing a state's change event implements this interface. A listener instance of that class is registered with the state using the state's addChangeListener method.
Copyright: Copyright (c) 2002
Company: Büro für Softwarearchitektur www.karneim.com
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 |
Method Detail |
---|
void transitionAdded(IStatePro.ITransition transition)
void transitionRemoved(IStatePro.ITransition transition)
void isFinalChanged(IStatePro state, boolean isFinal)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |