|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.corona.collaboration.CollaborationEventHandler
public abstract class CollaborationEventHandler
Constructor Summary | |
---|---|
CollaborationEventHandler(org.osgi.framework.BundleContext ctxBundle,
java.lang.String ctxCollab)
Construct new CollaborationEventHandler |
|
CollaborationEventHandler(org.osgi.framework.BundleContext ctxBundle,
java.lang.String ctxCollab,
java.util.Dictionary properties)
Construct new CollaborationEventHandler |
Method Summary | |
---|---|
abstract void |
handleCollaborationEvent(CollaborationEvent evtCollab)
Handle Collaboration Event |
void |
handleEvent(org.osgi.service.event.Event evtOSGi)
Handle the OSGi event. |
void |
stop()
Stop handling events |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CollaborationEventHandler(org.osgi.framework.BundleContext ctxBundle, java.lang.String ctxCollab)
ctxBundle
- BundleContext needed to register event handler servicectxCollab
- Collaboration contextpublic CollaborationEventHandler(org.osgi.framework.BundleContext ctxBundle, java.lang.String ctxCollab, java.util.Dictionary properties)
ctxBundle
- BundleContext needed to register event handler servicectxCollab
- Collaboration contextproperties
- Optional event subscription propertiesMethod Detail |
---|
public void stop()
public void handleEvent(org.osgi.service.event.Event evtOSGi)
handleEvent
in interface org.osgi.service.event.EventHandler
EventHandler.handleEvent(Event)
public abstract void handleCollaborationEvent(CollaborationEvent evtCollab)
evtCollab
-
|
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 |