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