Interface TableMultiResultListener<R extends TableMultiResult>

All Superinterfaces:
Remote

public interface TableMultiResultListener<R extends TableMultiResult> extends Remote
Notified when results are available.
Author:
AO Industries, Inc.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    tableMultiResultAdded(R multiTableResult)
    Notified when a new multi-table result is available.
    void
    tableMultiResultRemoved(R multiTableResult)
    Notified when a multi-table result has been removed.
  • Method Details

    • tableMultiResultAdded

      void tableMultiResultAdded(R multiTableResult) throws RemoteException
      Notified when a new multi-table result is available.
      Throws:
      RemoteException
    • tableMultiResultRemoved

      void tableMultiResultRemoved(R multiTableResult) throws RemoteException
      Notified when a multi-table result has been removed.
      Throws:
      RemoteException