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


public interface IEventHistory

An interface to a service which handles history of events. There are usually more than one event history services. The should be one main history service, which holds events from all containers. The main one is registered with param ICollaborationEvent.COLLABORATION_ID == null. There are also histories per container which are registered with ICollaborationEvent.COLLABORATION_ID set to container identifier.


Method Summary
 org.osgi.service.event.Event[] getRecentEvents()
          Returns a history of events.
 

Method Detail

getRecentEvents

org.osgi.service.event.Event[] getRecentEvents()
Returns a history of events.

Returns:
An array of events, sorted by accurance. An array may be with length 0, but never null.

Copyright 2006 IBM Corporation and others.
All Rights Reserved.