Interface TableMultiResultListener<R extends TableMultiResult>
- All Superinterfaces:
Remote
Notified when results are available.
- Author:
- AO Industries, Inc.
-
Method Summary
Modifier and TypeMethodDescriptionvoidtableMultiResultAdded(R multiTableResult) Notified when a new multi-table result is available.voidtableMultiResultRemoved(R multiTableResult) Notified when a multi-table result has been removed.
-
Method Details
-
tableMultiResultAdded
Notified when a new multi-table result is available.- Throws:
RemoteException
-
tableMultiResultRemoved
Notified when a multi-table result has been removed.- Throws:
RemoteException
-
