Package com.rtfparserkit.parser.standard
Class DocumentStartEvent
- java.lang.Object
-
- com.rtfparserkit.parser.standard.DocumentStartEvent
-
- All Implemented Interfaces:
IParserEvent
class DocumentStartEvent extends java.lang.Object implements IParserEvent
Event represents the start of a document.
-
-
Constructor Summary
Constructors Constructor Description DocumentStartEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfire(IRtfListener listener)Pass the event to the listener.ParserEventTypegetType()Retrieve the event type.java.lang.StringtoString()
-
-
-
Method Detail
-
fire
public void fire(IRtfListener listener)
Pass the event to the listener.- Specified by:
firein interfaceIParserEvent
-
getType
public ParserEventType getType()
Retrieve the event type.- Specified by:
getTypein interfaceIParserEvent
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-