Interface ChatServiceAsync


public interface ChatServiceAsync
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    invite(List<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)
     
  • Method Details

    • post

      void post(String message, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
    • invite

      void invite(List<String> users, String invitation, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)