org.eclipse.corona.collaboration
Interface ICollaborationEventAdmin

All Known Implementing Classes:
Activator, Activator

public interface ICollaborationEventAdmin

Interface definition for Collaboration Event Administation. This class is modeled after the OSGi Event Admin.


Method Summary
 void postEvent(CollaborationEvent event)
          Post a Collaboration Event to the OSGi event service.
 void sendEvent(CollaborationEvent event)
          Send a Collaboration Event to the OSGi event service.
 

Method Detail

postEvent

void postEvent(CollaborationEvent event)
Post a Collaboration Event to the OSGi event service.

Parameters:
event - is the collaboration event to be posted.
See Also:
CollaborationEvent, org.osgi.service.event.EventAdmin.postEvent(Event)

sendEvent

void sendEvent(CollaborationEvent event)
Send a Collaboration Event to the OSGi event service.

Parameters:
event - is the collaboration event to be posted.
See Also:
CollaborationEvent, org.osgi.service.event.EventAdmin.sendEvent(Event)

Copyright 2006 IBM Corporation and others.
All Rights Reserved.