Uses of Interface
org.eclipse.corona.collaboration.ecf.interfaces.ITopic

Packages that use ITopic
org.eclipse.corona.client.ecf   
org.eclipse.corona.collaboration.ecf   
org.eclipse.corona.collaboration.ecf.interfaces   
 

Uses of ITopic in org.eclipse.corona.client.ecf
 

Classes in org.eclipse.corona.client.ecf that implement ITopic
 class Topic
          The Topic class is used to associate an event topic with an ECF container.
 

Uses of ITopic in org.eclipse.corona.collaboration.ecf
 

Classes in org.eclipse.corona.collaboration.ecf that implement ITopic
 class AbstractTopic
           
 

Methods in org.eclipse.corona.collaboration.ecf that return ITopic
protected  ITopic ECFEventRouter.getTopic(java.lang.String topicName)
          Retrieve the instance of Topic associated with the specified event.
 

Methods in org.eclipse.corona.collaboration.ecf with parameters of type ITopic
protected  void ECFEventRouter.removeTopic(ITopic topic, boolean bForce)
          Remove the specified topic from this event router.
 void ECFEventRouter.sendMessage(ITopic topic, CollaborationEvent collabEvent)
          Send event to members of the topic.
 void ECFEventRouter.sendMessage(ITopic topic, org.osgi.service.event.Event osgiEvent)
          Send event to members of the topic.
 

Uses of ITopic in org.eclipse.corona.collaboration.ecf.interfaces
 

Methods in org.eclipse.corona.collaboration.ecf.interfaces with parameters of type ITopic
 void ICoronaEventRouter.sendMessage(ITopic topic, org.osgi.service.event.Event osgiEvent)
          Send event to members of the topic.
 


Copyright 2006 IBM Corporation and others.
All Rights Reserved.