Class Listener3

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

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


Constructor Summary
Listener3(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

Listener3

public Listener3(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)