cometedgwt.auction.client
Interface StreamingServiceInternal

All Known Subinterfaces:
StreamingServiceInternalGWT
All Known Implementing Classes:
StreamingServiceImpl

public interface StreamingServiceInternal


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)

subscribeToTopic

void subscribeToTopic(String topicName)

unsubscribeFromTopic

void unsubscribeFromTopic(String topicName)


Copyright © 2011. All Rights Reserved.