control
Class ListenerGo

java.lang.Object
  extended by control.ListenerGo
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class ListenerGo
extends java.lang.Object
implements java.awt.event.ActionListener

Version:
1.0 START THE SEARCH
Author:
SELVAGGIO GIANLUCA

Constructor Summary
ListenerGo(SearchPage s, Buffer b, AgentFind a, javax.swing.JButton g, javax.swing.JTextField cod, javax.swing.JTextField descr, java.awt.TextArea seq, java.awt.Choice type)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent arg0)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListenerGo

public ListenerGo(SearchPage s,
                  Buffer b,
                  AgentFind a,
                  javax.swing.JButton g,
                  javax.swing.JTextField cod,
                  javax.swing.JTextField descr,
                  java.awt.TextArea seq,
                  java.awt.Choice type)
Method Detail

actionPerformed

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