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

Packages that use ITopicUser
org.eclipse.corona.client.ecf   
org.eclipse.corona.collaboration.ecf   
org.eclipse.corona.collaboration.ecf.container   
org.eclipse.corona.collaboration.ecf.interfaces   
 

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

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

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

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

Uses of ITopicUser in org.eclipse.corona.collaboration.ecf.container
 

Methods in org.eclipse.corona.collaboration.ecf.container that return ITopicUser
 ITopicUser EventRouter.createTopic(java.lang.String topicName)
          Create new topic.
 

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

Subinterfaces of ITopicUser in org.eclipse.corona.collaboration.ecf.interfaces
 interface ITopic
           
 

Methods in org.eclipse.corona.collaboration.ecf.interfaces that return ITopicUser
 ITopicUser IServerEventRouter.createTopic(java.lang.String topicName)
          Create the specified topic.
 


Copyright 2006 IBM Corporation and others.
All Rights Reserved.