Interface ChatServiceAsync


  • public interface ChatServiceAsync
    • Method Detail

      • post

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

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