public class OERemoteResponseCallback extends java.lang.Object implements RemoteResponseCallback
| Constructor and Description |
|---|
OERemoteResponseCallback(RemoteResponseCallbackListener handler,
int id)
OERemoteResponseCallBack constructor comment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
invocationDestroyed()
invocationDestroyed method comment.
|
void |
responseReceived(RemoteResponse response)
responseReceived method comment.
|
void |
setInvocation(Invocation invoc)
Insert the method's description here.
|
public OERemoteResponseCallback(RemoteResponseCallbackListener handler, int id)
public void invocationDestroyed()
invocationDestroyed in interface RemoteResponseCallbackpublic void responseReceived(RemoteResponse response)
responseReceived in interface RemoteResponseCallbackresponse - the data structure containing
details about the call from the server sidepublic void setInvocation(Invocation invoc)
i - si.ijs.acs.objectexplorer.engine.Invocation