cmu.survey.editor.gui
Class TableStorageConnectionListener

java.lang.Object
  extended by cmu.survey.editor.gui.TableStorageConnectionListener
All Implemented Interfaces:
TableStorage.SearchingForConnectionListener, java.awt.event.ActionListener, java.util.EventListener

public class TableStorageConnectionListener
extends java.lang.Object
implements TableStorage.SearchingForConnectionListener, java.awt.event.ActionListener


Constructor Summary
TableStorageConnectionListener(TableStorage tableStorage, Dialogs dialogs)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent arg0)
           
 void startedSearchingForConnection()
           
 void stoppedSearchingForConnection()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableStorageConnectionListener

public TableStorageConnectionListener(TableStorage tableStorage,
                                      Dialogs dialogs)
Method Detail

startedSearchingForConnection

public void startedSearchingForConnection()
Specified by:
startedSearchingForConnection in interface TableStorage.SearchingForConnectionListener

stoppedSearchingForConnection

public void stoppedSearchingForConnection()
Specified by:
stoppedSearchingForConnection in interface TableStorage.SearchingForConnectionListener

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent arg0)
Specified by:
actionPerformed in interface java.awt.event.ActionListener