com.bea.wlrt.ede
Interface EventSink

All Known Subinterfaces:
Adapter, Processor, REventSink, Stage, Stream

public interface EventSink
extends EventListener

A StreamingEventListener receives events emitted by StreamingEventSources.

See Also:
EventSource

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

Method Detail

onEvent

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

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