LoginServiceAsync.java :  » Log » nimbitsopen » com » nimbits » client » Service » Android Open Source

Android Open Source » Log » nimbitsopen 
nimbitsopen » com » nimbits » client » Service » LoginServiceAsync.java
package com.nimbits.client.Service;

import com.google.gwt.user.client.rpc.AsyncCallback;
import com.nimbits.client.LoginInfo;

public interface LoginServiceAsync {
  public void login(String requestUri, AsyncCallback<LoginInfo> async);
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.