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

Packages that use ITopicListener
org.eclipse.corona.collaboration.ecf   
org.eclipse.corona.collaboration.ecf.interfaces   
 

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

Methods in org.eclipse.corona.collaboration.ecf with parameters of type ITopicListener
 void EventRouterClient.addEventListener(java.lang.String topicName, ITopicListener topicListener)
          Add an event listener for the specified topic.
 void AbstractTopic.addListener(ITopicListener eventListener)
          Add an topic listener for the specified topic.
 void ECFEventRouter.addTopicListener(java.lang.String topicName, ITopicListener topicListener)
          Add an event listener for the specified topic.
 void EventRouterClient.removeEventListener(java.lang.String topicName, ITopicListener topicListener)
          Remove an event listener for the specified topic.
 void AbstractTopic.removeListener(ITopicListener topicListener)
          Remove an topic listener for the specified topic.
 void ECFEventRouter.removeTopicListener(java.lang.String topicName, ITopicListener topicListener)
           
 

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

Methods in org.eclipse.corona.collaboration.ecf.interfaces with parameters of type ITopicListener
 void ITopicUser.addListener(ITopicListener eventListener)
          Add an topic listener for the specified topic.
 void ICoronaEventRouter.addTopicListener(java.lang.String topicName, ITopicListener eventListener)
          Add an event listener for the specified topic.
 void ITopicUser.removeListener(ITopicListener eventListener)
          Remove an topic listener for the specified topic.
 void ICoronaEventRouter.removeTopicListener(java.lang.String topicName, ITopicListener eventListener)
          Remove an event listener for the specified topic.
 


Copyright 2006 IBM Corporation and others.
All Rights Reserved.