org.jasig.portal.events
Interface BatchingEventHandler

All Superinterfaces:
EventHandler
All Known Implementing Classes:
JpaPortalEventStore

public interface BatchingEventHandler
extends EventHandler

Extension of EventHandler that also knows how to deal with batches of events.

Version:
$Revision$
Author:
Eric Dalquist

Method Summary
 void handleEvents(PortalEvent... events)
          Method to handle any processing of an array of events that is needed.
 
Methods inherited from interface org.jasig.portal.events.EventHandler
handleEvent, supports
 

Method Detail

handleEvents

void handleEvents(PortalEvent... events)
Method to handle any processing of an array of events that is needed.

Parameters:
events - the events to handle.


Copyright © 2010 Jasig. All Rights Reserved.