Interface ChatServiceAsync
- 
public interface ChatServiceAsync 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinvite(String[] users, String invitation, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)voidpost(String message, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) 
 -