public static interface StateMachine.State
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLabel() |
TagValueListener |
getListener() |
void |
transit(java.lang.Object tag) |
java.lang.String getLabel()
TagValueListener getListener()
void transit(java.lang.Object tag) throws ParserException
ParserException