Class ArrayControlListener

java.lang.Object
  |
  +--ArrayControlListener

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


Field Summary
(package private)  ArrayControlCommand array_cmd
           
(package private)  VoodooMainWindow parent
           
 
Constructor Summary
ArrayControlListener(VoodooMainWindow parent)
          Default constructor.
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          This method overides the same one in the ActionListener interface.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

parent

VoodooMainWindow parent

array_cmd

ArrayControlCommand array_cmd
Constructor Detail

ArrayControlListener

public ArrayControlListener(VoodooMainWindow parent)
Default constructor.
Parameters:
parent - The window this event listener listens to.
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
This method overides the same one in the ActionListener interface. All events for the parent window are handled here.
Specified by:
actionPerformed in interface java.awt.event.ActionListener
Parameters:
e - The event description.
See Also:
ActionListener