Package com.rtfparserkit.parser.standard
Interface IParserEvent
-
- All Known Implementing Classes:
BinaryBytesEvent,CommandEvent,DocumentEndEvent,DocumentStartEvent,GroupEndEvent,GroupStartEvent,StringEvent
interface IParserEventRepresents an event generate by the parser which will at some point in the future be passed to the listener.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidfire(IRtfListener listener)Pass this event to the listener.ParserEventTypegetType()Retrieve the event type.
-
-
-
Method Detail
-
getType
ParserEventType getType()
Retrieve the event type.
-
fire
void fire(IRtfListener listener)
Pass this event to the listener.
-
-