Interface OLiveResultListener

All Known Implementing Classes:
OLiveCommandResultListener, OLocalLiveResultListener

public interface OLiveResultListener
Listener for OLiveQuery.
Author:
Luigi Dell'Aquila (l.dellaquila-(at)-orientdb.com)
  • Method Details

    • onLiveResult

      void onLiveResult(int iLiveToken, ORecordOperation iOp) throws OException
      Throws:
      OException
    • onError

      void onError(int iLiveToken)
    • onUnsubscribe

      void onUnsubscribe(int iLiveToken)