public static interface IStatePro.IVisitListener
Copyright: Copyright (c) 2002
Company: B?ro f?r Softwarearchitektur www.karneim.com
Modifier and Type | Method and Description |
---|---|
void |
stateUnVisited(IStatePro state) |
void |
stateVisited(IStatePro state)
The state invokes this method on all registered listener if it is visited through an epsilon transition.
|
void |
stateVisited(IStatePro state,
char ch)
The state invokes this method on all registered listener if it is visited through an transition with char ch.
|
void stateVisited(IStatePro state)
state
- void stateVisited(IStatePro state, char ch)
void stateUnVisited(IStatePro state)