cometedgwt.auction.client
Interface StreamingServiceInternalGWT

All Superinterfaces:
com.google.gwt.user.client.rpc.RemoteService, StreamingServiceInternal
All Known Implementing Classes:
StreamingServiceImpl

public interface StreamingServiceInternalGWT
extends StreamingServiceInternal, com.google.gwt.user.client.rpc.RemoteService


Method Summary
 void sendMessage(String topicName, String message)
           
 void subscribeToTopic(String topicName)
           
 void unsubscribeFromTopic(String topicName)
           
 

Method Detail

sendMessage

void sendMessage(String topicName,
                 String message)
Specified by:
sendMessage in interface StreamingServiceInternal

subscribeToTopic

void subscribeToTopic(String topicName)
Specified by:
subscribeToTopic in interface StreamingServiceInternal

unsubscribeFromTopic

void unsubscribeFromTopic(String topicName)
Specified by:
unsubscribeFromTopic in interface StreamingServiceInternal


Copyright © 2011. All Rights Reserved.