public class ApiDocWriteEvent<T> extends Object
| Constructor and Description |
|---|
ApiDocWriteEvent(ApiDoc doc,
ApiDocContentWriter writer,
T event)
Creates an ApiDocNodeBodyEvent.
|
public ApiDocWriteEvent(ApiDoc doc, ApiDocContentWriter writer, T event)
doc - The ApiDoc we are writing.writer - The content writer to write to.event - The event we are firing this event for.public ApiDoc getDoc()
public T getEvent()
public ApiDocContentWriter getWriter()
Copyright © 2004-2013 X4O. All Rights Reserved.