public class ObjectToDataOutputCollectorContext extends Object
ObjectToDataOutputCollector
carries object and data output.Constructor and Description |
---|
ObjectToDataOutputCollectorContext() |
Modifier and Type | Method and Description |
---|---|
DataOutput |
getDataOutput()
Returns the data output
|
Object |
getEvent()
Returns the event object.
|
void |
setDataOutput(DataOutput dataOutput)
Sets the data output
|
void |
setEvent(Object event)
Sets the event object.
|
public DataOutput getDataOutput()
public void setDataOutput(DataOutput dataOutput)
dataOutput
- data outputpublic Object getEvent()
public void setEvent(Object event)
event
- event object