|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
void eventAdded(org.osgi.service.event.Event event)
event
- A newly added event.
|
Copyright 2006 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |