Class MaisDocWriteEvent<T>
java.lang.Object
org.x4o.maisdoc.model.MaisDocWriteEvent<T>
ApiDocWriteEvent holds the needed objects to process write events of content parts.
- Version:
- 1.0 May 12, 2013
- Author:
- Willem Cazander
-
Constructor Summary
ConstructorsConstructorDescriptionMaisDocWriteEvent
(MaisDoc doc, MaisDocContentWriter writer, T eventObject) Creates an ApiDocNodeBodyEvent. -
Method Summary
-
Constructor Details
-
MaisDocWriteEvent
Creates an ApiDocNodeBodyEvent.- Parameters:
doc
- The ApiDoc we are writing.writer
- The content writer to write to.eventObject
- The event we are firing this event for.
-
-
Method Details
-
getDoc
- Returns:
- the doc
-
getEventObject
- Returns:
- the event
-
getWriter
- Returns:
- the writer
-