Package org.n52.iceland.event.events
Class CountingOutputStreamEvent
- java.lang.Object
-
- org.n52.iceland.event.events.AbstractFlowEvent
-
- org.n52.iceland.event.events.CountingOutputStreamEvent
-
- All Implemented Interfaces:
Event
public class CountingOutputStreamEvent extends AbstractFlowEvent
Event is fired when the statistics counting outputstream size is enabled
-
-
Constructor Summary
Constructors Constructor Description CountingOutputStreamEvent()CountingOutputStreamEvent(Long bytesWritten)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetBytesWritten()voidsetBytesWritten(Long bytesWritten)-
Methods inherited from class org.n52.iceland.event.events.AbstractFlowEvent
getMessageGroupId
-
-