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
CommandFormatException
void leavingState(ParsingContext ctx) throws CommandFormatException
CommandFormatException
void character(ParsingContext ctx) throws CommandFormatException
CommandFormatException
Copyright © 2023 JBoss by Red Hat. All rights reserved.