org.gui
Class ButtonActionListener

java.lang.Object
  |
  +--org.gui.ButtonActionListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

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

Author:
Arpit Agarwal To change this generated comment edit the template variable "typecomment": Window>Preferences>Java>Templates. To enable and disable the creation of type comments go to Window>Preferences>Java>Code Generation.

Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

actionPerformed

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