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


public interface ITopicListener


Method Summary
 void processTopicMessage(java.lang.Object msgObject)
          Method invoked to send messages/events to topic listeners.
 

Method Detail

processTopicMessage

void processTopicMessage(java.lang.Object msgObject)
Method invoked to send messages/events to topic listeners. An instance of this method is should be added to each topic that a client is interested in.

Parameters:
msgObject - The message/event that was recieved.

Copyright 2006 IBM Corporation and others.
All Rights Reserved.