com.bea.wlevs.ede.api
Interface EventSink

All Known Subinterfaces:
Monitor, Processor, Stream

public interface EventSink
extends java.util.EventListener

An EventSink receives events emitted by an EventSource.

See Also:
EventSource, EventSender

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

Method Detail

onEvent

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

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


Copyright © 2007 BEA Systems All Rights Reserved.