L15_pkg
Class ObserverAction

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

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


Constructor Summary
ObserverAction()
           
 
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

ObserverAction

public ObserverAction()
Method Detail

actionPerformed

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