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