public interface ParsingStateCallbackHandler
| Modifier and Type | Method and Description |
|---|---|
void |
character(ParsingContext ctx) |
void |
enteredState(ParsingContext ctx) |
void |
leavingState(ParsingContext ctx) |
void enteredState(ParsingContext ctx) throws CommandFormatException
CommandFormatExceptionvoid leavingState(ParsingContext ctx) throws CommandFormatException
CommandFormatExceptionvoid character(ParsingContext ctx) throws CommandFormatException
CommandFormatExceptionCopyright © 2014 JBoss by Red Hat. All rights reserved.