Class ManualCmdListener

java.lang.Object
  |
  +--ManualCmdListener

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


Field Summary
private  ManualCommand manual_cmd
           
private  DspDialog parent
           
private  int reply_value
           
 
Constructor Summary
ManualCmdListener(DspDialog parent)
          Class constructor.
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          This method handles all events from the DSP manual command window.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

parent

private DspDialog parent

manual_cmd

private ManualCommand manual_cmd

reply_value

private int reply_value
Constructor Detail

ManualCmdListener

public ManualCmdListener(DspDialog parent)
Class constructor.
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
This method handles all events from the DSP manual command window. All events are sent to the ManualCommand class.
Specified by:
actionPerformed in interface java.awt.event.ActionListener
See Also:
ActionListener, ManualCommand