public class TableDataAdapter extends java.rmi.server.UnicastRemoteObject implements TableListener
| Constructor and Description |
|---|
TableDataAdapter()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Table |
clear()
Clears any currently available table from this adapter.
|
Table |
getTable()
Returns the last table the adapter received, or null if yet not received any table or if the adapter was cleared (see
clear()). |
void |
newTableProduced(Table table)
Gets called when a new table was produced by the table producer.
|
clone, exportObject, exportObject, exportObject, unexportObjectpublic TableDataAdapter()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic Table getTable()
clear()).public Table clear()
public void newTableProduced(Table table)
TableListenerJob), this function
should be called for every listener exactly once per evaluation.
This includes calling this function even with a Table containing no rows.newTableProduced in interface TableListenertable - The produced table.