- All Superinterfaces:
Node, Remote
public interface TableResultNode
extends Node
- Author:
- AO Industries, Inc.
-
Method Summary
void
Adds a TableResultListener, which will be notified when new results are available.
Gets the most recently available result or null if unavailable.
void
Removes a TableResultListener.
-
Method Details
-
addTableResultListener
Adds a TableResultListener, which will be notified when new results are available.
- Throws:
RemoteException
-
removeTableResultListener
Removes a TableResultListener.
- Throws:
RemoteException
-
getLastResult
Gets the most recently available result or null if unavailable.
- Throws:
RemoteException