Copyright © 2005 Scientific Applications. All Rights Reserved.

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.


Method Summary
 void remoteActionPerformed(RemoteTableEvent e)
          Notifies listeners that the RemoteTableModel has started or stopped an asynchronous query.
 

Method Detail

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

Copyright © 2005 Scientific Applications. All Rights Reserved.