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

All Superinterfaces:
ICoronaEventRouter
All Known Implementing Classes:
EventRouter

public interface IClientEventRouter
extends ICoronaEventRouter


Method Summary
 void topicCreateCompleted(java.lang.String topicName)
          Method to indicate that the specified topic has been created on the server.
 
Methods inherited from interface org.eclipse.corona.collaboration.ecf.interfaces.ICoronaEventRouter
addTopicListener, processEvent, removeTopicListener, sendMessage
 

Method Detail

topicCreateCompleted

void topicCreateCompleted(java.lang.String topicName)
Method to indicate that the specified topic has been created on the server. This method is invoked from the shared object.

Parameters:
topicName - Name of topic that was created.

Copyright 2006 IBM Corporation and others.
All Rights Reserved.