com.bea.wlrt.ede
Interface RStreamingEventListener


public interface RStreamingEventListener
extends StreamingEventListener

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

See Also:
StreamingEventListener

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

Method Detail

onREvent

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

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