com.bea.wlrt.ede
Interface StreamingEventListener

All Known Subinterfaces:
Adapter, JMSAdapter, MonitorableStage, Processor, RStreamingEventListener, SocketAdapter, Stage, Stream, StreamingDataSourceConnector

public interface StreamingEventListener
extends EventListener

A StreamingEventListener receives events emitted by StreamingEventSources.

See Also:
StreamingEventSource

Method Summary
 void onEvent(List newEvents)
          Callback method for receiving events.
 

Method Detail

onEvent

public void onEvent(List newEvents)
             throws RejectStreamingEventException
Callback method for receiving events.

Parameters:
events - received
Throws:
RejectStreamingEventException - if listener cannot handle event, it can raise this exception to inform the source