Interface OLiveResultListener
- All Known Implementing Classes:
OLiveCommandResultListener,OLocalLiveResultListener
public interface OLiveResultListener
Listener for OLiveQuery.
- Author:
- Luigi Dell'Aquila (l.dellaquila-(at)-orientdb.com)
-
Method Summary
Modifier and TypeMethodDescriptionvoidonError(int iLiveToken) voidonLiveResult(int iLiveToken, ORecordOperation iOp) voidonUnsubscribe(int iLiveToken)
-
Method Details
-
onLiveResult
- Throws:
OException
-
onError
void onError(int iLiveToken) -
onUnsubscribe
void onUnsubscribe(int iLiveToken)
-