com.bea.wlrt.ede
Interface REventSink


public interface REventSink
extends EventSink

A StreamingEventListener that also receives events that are no longer live (old) in the source.

See Also:
EventSink

Method Summary
 void onREvent(List newEvents, List oldEvents)
          Callback for receiving events
 
Methods inherited from interface com.bea.wlrt.ede.EventSink
onEvent
 

Method Detail

onREvent

public void onREvent(List newEvents,
                     List oldEvents)
              throws RejectEventException
Callback for receiving events

Parameters:
new - events emitted by source
old - events that are no longer live in the source
Throws:
RejectEventException - if listener cannot handle event, it can raise this exception to inform the source