Package com.changestuffs.shared.actions

Examples of com.changestuffs.shared.actions.IsOnline


    getView().removeContact(from);
    user.getOnline().remove(from);
  }
 
  public void appendFriend(final String contact){
    dispatcher.execute(new IsOnline(contact), new AsyncCallback<IsOnlineResult>() {
      @Override
      public void onFailure(Throwable caught) {
        GWT.log("Error doing IsOnline", caught);
      }
      @Override
View Full Code Here

TOP

Related Classes of com.changestuffs.shared.actions.IsOnline

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.