Class Listener2

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

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


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

Constructor Detail

Listener2

public Listener2(javax.swing.JLabel la)
Method Detail

actionPerformed

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

setLabel

public void setLabel(javax.swing.JLabel la)