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

All Superinterfaces:
ITopicUser
All Known Implementing Classes:
AbstractTopic, Topic, Topic

public interface ITopic
extends ITopicUser


Method Summary
 void dispose()
          Release resources used by the topic
 void postMessageToTopicListeners(java.lang.Object msgObject)
          Post the message to the registered topic event listeners
 
Methods inherited from interface org.eclipse.corona.collaboration.ecf.interfaces.ITopicUser
addListener, addUser, getMembers, getTopicName, removeListener, removeUser, sendMessage
 

Method Detail

dispose

void dispose()
Release resources used by the topic


postMessageToTopicListeners

void postMessageToTopicListeners(java.lang.Object msgObject)
Post the message to the registered topic event listeners

Parameters:
msgObject - Object message to be posted. Usually this will be an OSGI event.

Copyright 2006 IBM Corporation and others.
All Rights Reserved.