public class RemoteCallbackInvocation extends Object implements com.google.gwt.user.client.rpc.IsSerializable
| Constructor and Description |
|---|
RemoteCallbackInvocation() |
RemoteCallbackInvocation(int callbackId,
Object response,
boolean isSuccess) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCallbackId() |
Object |
getResponse() |
boolean |
isSuccess() |
void |
setCallbackId(int callbackId) |
void |
setResponse(Object response) |
void |
setSuccess(boolean isSuccess) |
public RemoteCallbackInvocation()
public RemoteCallbackInvocation(int callbackId,
Object response,
boolean isSuccess)
Copyright © 2011–2018 Vertispan LLC. All rights reserved.