
public class OLocalLiveResultListener extends Object implements OLiveResultListener, OCommandResultListener
| Modifier | Constructor and Description |
|---|---|
protected |
OLocalLiveResultListener(OLiveResultListener underlying) |
| Modifier and Type | Method and Description |
|---|---|
void |
end()
Called at the end of processing.
|
Object |
getResult() |
void |
onError(int iLiveToken) |
void |
onLiveResult(int iLiveToken,
ORecordOperation iOp) |
void |
onUnsubscribe(int iLiveToken) |
boolean |
result(Object iRecord)
This method is called for each result.
|
protected OLocalLiveResultListener(OLiveResultListener underlying)
public boolean result(Object iRecord)
OCommandResultListenerresult in interface OCommandResultListeneriRecord - Current recordpublic void end()
OCommandResultListenerend in interface OCommandResultListenerpublic Object getResult()
getResult in interface OCommandResultListenerpublic void onLiveResult(int iLiveToken,
ORecordOperation iOp)
throws OException
onLiveResult in interface OLiveResultListenerOExceptionpublic void onError(int iLiveToken)
onError in interface OLiveResultListenerpublic void onUnsubscribe(int iLiveToken)
onUnsubscribe in interface OLiveResultListenerCopyright © 2009–2025 OrientDB. All rights reserved.