Subversion Repositories SmartDukaan

Rev

Rev 2027 | Rev 2427 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1961 ankur.sing 1
package in.shop2020.catalog.dashboard.client;
2
 
3
import com.google.gwt.user.client.rpc.AsyncCallback;
4
 
5
public interface LoginServiceAsync {
2359 ankur.sing 6
    void authenticateUser(String username, String password, int role, AsyncCallback<String> callback);
1961 ankur.sing 7
}