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 © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.