com.bea.wlevs.ede.api
Interface EventSink

All Known Subinterfaces:
Processor, Stream

public interface EventSink
extends EventListener

An EventSink receives events emitted by an EventSource.

See Also:
EventSource, EventSender

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

Method Detail

onEvent

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

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