fedora.client.search
Class Search.SearchButtonListener

java.lang.Object
  extended by fedora.client.search.Search.SearchButtonListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
Search

public class Search.SearchButtonListener
extends java.lang.Object
implements java.awt.event.ActionListener


Constructor Summary
Search.SearchButtonListener(Search.ChangeFieldsButtonListener fieldSelector, Search.ConditionsTableModel model)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Search.SearchButtonListener

public Search.SearchButtonListener(Search.ChangeFieldsButtonListener fieldSelector,
                                   Search.ConditionsTableModel model)
Method Detail

actionPerformed

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