Interface TableResultNode
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addTableResultListener(TableResultListener tableResultListener)
Adds a TableResultListener, which will be notified when new results are available.TableResult
getLastResult()
Gets the most recently available result ornull
if unavailable.void
removeTableResultListener(TableResultListener tableResultListener)
Removes a TableResultListener.-
Methods inherited from interface com.aoindustries.noc.monitor.common.Node
getAlertCategory, getAlertLevel, getAlertMessage, getAllowsChildren, getChildren, getLabel, getParent
-
-
-
-
Method Detail
-
addTableResultListener
void addTableResultListener(TableResultListener tableResultListener) throws RemoteException
Adds a TableResultListener, which will be notified when new results are available.- Throws:
RemoteException
-
removeTableResultListener
void removeTableResultListener(TableResultListener tableResultListener) throws RemoteException
Removes a TableResultListener.- Throws:
RemoteException
-
getLastResult
TableResult getLastResult() throws RemoteException
Gets the most recently available result ornull
if unavailable.- Throws:
RemoteException
-
-