com.sciapp.table.remote
Interface RemoteTableListener
- All Superinterfaces:
- EventListener
- All Known Implementing Classes:
- StatusPanel
public interface RemoteTableListener
- extends EventListener
RemoteTableListener is a listener that is notified each time the RemoteTableModel
will start or stop querying the underlying table model.
remoteActionPerformed
void remoteActionPerformed(RemoteTableEvent e)
- Notifies listeners that the RemoteTableModel has started or stopped an asynchronous
query.
- Parameters:
e
- the event that is forwarded to the listeners