public class LoginResponseCallback extends ResponseCallback implements com.google.gwt.user.client.rpc.AsyncCallback<org.dmd.dmp.shared.generated.dmo.LoginResponseDMO>
| Modifier and Type | Field and Description |
|---|---|
static int |
ID |
| Constructor and Description |
|---|
LoginResponseCallback(org.dmd.dmp.shared.generated.dmo.LoginRequestDMO req,
ResponseHandlerIF h,
CommsControllerIF cc,
ErrorOptionsEnum rpc,
ErrorOptionsEnum dmp) |
| Modifier and Type | Method and Description |
|---|---|
void |
onFailure(Throwable caught) |
void |
onSuccess(org.dmd.dmp.shared.generated.dmo.LoginResponseDMO response) |
dmpErrorOption, getCallbackID, getEventHandler, getHandler, getRequest, getRequestID, handleResponse, rpcError, rpcErrorOptionpublic static final int ID
public LoginResponseCallback(org.dmd.dmp.shared.generated.dmo.LoginRequestDMO req,
ResponseHandlerIF h,
CommsControllerIF cc,
ErrorOptionsEnum rpc,
ErrorOptionsEnum dmp)
public void onFailure(Throwable caught)
onFailure in interface com.google.gwt.user.client.rpc.AsyncCallback<org.dmd.dmp.shared.generated.dmo.LoginResponseDMO>public void onSuccess(org.dmd.dmp.shared.generated.dmo.LoginResponseDMO response)
onSuccess in interface com.google.gwt.user.client.rpc.AsyncCallback<org.dmd.dmp.shared.generated.dmo.LoginResponseDMO>Copyright © 2019. All rights reserved.