public class FunctionCallback extends Object implements com.google.gwt.user.client.rpc.AsyncCallback<DMRResponse>
FunctionContext as context where an error
is stored.| Constructor and Description |
|---|
FunctionCallback(Control<FunctionContext> control) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
abort() |
protected void |
onFailedOutcome(ModelNode result) |
void |
onFailure(Throwable caught) |
void |
onSuccess(DMRResponse response) |
protected void |
onSuccess(ModelNode result) |
protected void |
proceed() |
public FunctionCallback(Control<FunctionContext> control)
public void onFailure(Throwable caught)
onFailure in interface com.google.gwt.user.client.rpc.AsyncCallback<DMRResponse>public void onSuccess(DMRResponse response)
onSuccess in interface com.google.gwt.user.client.rpc.AsyncCallback<DMRResponse>protected void onFailedOutcome(ModelNode result)
protected void abort()
protected void onSuccess(ModelNode result)
protected void proceed()
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.