com.apama.event
Interface IEventListener

All Known Implementing Classes:
EventListenerAdapter

public interface IEventListener

IEventListener specifies the interface that classes must implement to receive events from an EventServiceChannel.

IEventListener is an interface that forms part of the service style high-level public interface to the Correlator with a focus on only dealing with Events and consumer channels.


Method Summary
 void handleEvent(Event event)
          Callback method that is called when a new Event is received.
 void handleEvents(Event[] events)
          Callback method that is called when a new batch of Events is received.
 

Method Detail

handleEvent

void handleEvent(Event event)
Callback method that is called when a new Event is received.

Parameters:
event - The received Event.

handleEvents

void handleEvents(Event[] events)
Callback method that is called when a new batch of Events is received.

Parameters:
events - The received array of Events.


Submit a bug or feature
Copyright (c) 2013 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or Terracotta Inc., San Francisco, CA, USA, and/or Software AG (Canada) Inc., Cambridge, Ontario, Canada, and/or, Software AG (UK) Ltd., Derby, United Kingdom, and/or Software A.G. (Israel) Ltd., Or-Yehuda, Israel and/or their licensors. Use, reproduction, transfer, publication or disclosure is prohibited except as specifically provided for in your License Agreement with Software AG