seda.sandStorm.api
Class SinkFlushedEvent

java.lang.Object
  extended by seda.sandStorm.api.SinkFlushedEvent
All Implemented Interfaces:
QueueElementIF

public class SinkFlushedEvent
extends java.lang.Object
implements QueueElementIF

This event indicates that the given sink was successfully flushed; this event is generated in response to a SinkIF.flush() call.

See Also:
SinkIF

Field Summary
 SinkIF sink
          The sink which was flushed.
 
Constructor Summary
SinkFlushedEvent(SinkIF sink)
          Generate a new SinkFlushedEvent with the given sink.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sink

public SinkIF sink
The sink which was flushed.

Constructor Detail

SinkFlushedEvent

public SinkFlushedEvent(SinkIF sink)
Generate a new SinkFlushedEvent with the given sink.