public class ActionResponseCallback extends ResponseCallback implements com.google.gwt.user.client.rpc.AsyncCallback<org.dmd.dmp.shared.generated.dmo.ActionResponseDMO>
| Modifier and Type | Field and Description |
|---|---|
static int |
ID |
| Constructor and Description |
|---|
ActionResponseCallback(org.dmd.dmp.shared.generated.dmo.ActionRequestDMO 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.ActionResponseDMO response) |
dmpErrorOption, getCallbackID, getEventHandler, getHandler, getRequest, getRequestID, handleResponse, rpcError, rpcErrorOptionpublic static final int ID
public ActionResponseCallback(org.dmd.dmp.shared.generated.dmo.ActionRequestDMO 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.ActionResponseDMO>public void onSuccess(org.dmd.dmp.shared.generated.dmo.ActionResponseDMO response)
onSuccess in interface com.google.gwt.user.client.rpc.AsyncCallback<org.dmd.dmp.shared.generated.dmo.ActionResponseDMO>Copyright © 2019. All rights reserved.