Class ButtonListener

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

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


Constructor Summary
ButtonListener(javax.swing.JLabel label, javax.swing.JButton button)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 void setLabel(javax.swing.JLabel label)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ButtonListener

public ButtonListener(javax.swing.JLabel label,
                      javax.swing.JButton button)
Method Detail

setLabel

public void setLabel(javax.swing.JLabel label)

actionPerformed

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