cometedgwt.auction.client
Interface StreamingServiceInternalGWTAsync


public interface StreamingServiceInternalGWTAsync


Method Summary
 void sendMessage(String topicName, String message, com.google.gwt.user.client.rpc.AsyncCallback callback)
           
 void subscribeToTopic(String topicName, com.google.gwt.user.client.rpc.AsyncCallback callback)
           
 void unsubscribeFromTopic(String topicName, com.google.gwt.user.client.rpc.AsyncCallback callback)
           
 

Method Detail

sendMessage

void sendMessage(String topicName,
                 String message,
                 com.google.gwt.user.client.rpc.AsyncCallback callback)

subscribeToTopic

void subscribeToTopic(String topicName,
                      com.google.gwt.user.client.rpc.AsyncCallback callback)

unsubscribeFromTopic

void unsubscribeFromTopic(String topicName,
                          com.google.gwt.user.client.rpc.AsyncCallback callback)


Copyright © 2011. All Rights Reserved.