org.eclipse.corona.client.collaboration.event.services
Interface IEventHistoryListener


public interface IEventHistoryListener

An interface used to notify about changes in event history. The history listener must provide in history of which container it is interested. This is done by setting ICollaborationEvent.COLLABORATION_ID in service registration. Value null registers to history service for all available events. If a history for a single project container is requested, then the ICollaborationEvent.COLLABORATION_ID need to be set to project container identifier.


Method Summary
 void eventAdded(org.osgi.service.event.Event event)
          A notification that a new event is available.
 

Method Detail

eventAdded

void eventAdded(org.osgi.service.event.Event event)
A notification that a new event is available.

Parameters:
event - A newly added event.

Copyright 2006 IBM Corporation and others.
All Rights Reserved.