Class PciTimUtilCmdListener

java.lang.Object
  |
  +--PciTimUtilCmdListener

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


Field Summary
private  boolean do_rdm
           
private  boolean do_tdl
           
private  boolean do_wrm
           
private  DspDialog parent
           
private  PciTimUtilCommand PciTimUtil_cmd
           
private  int reply_value
           
 
Constructor Summary
PciTimUtilCmdListener(DspDialog parent)
          Class constructor.
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          This method handles all the events.
 
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

PciTimUtil_cmd

private PciTimUtilCommand PciTimUtil_cmd

do_tdl

private boolean do_tdl

do_rdm

private boolean do_rdm

do_wrm

private boolean do_wrm

reply_value

private int reply_value
Constructor Detail

PciTimUtilCmdListener

public PciTimUtilCmdListener(DspDialog parent)
Class constructor.
Parameters:
parent - The dialog window that this class listens for.
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
This method handles all the events.
Specified by:
actionPerformed in interface java.awt.event.ActionListener
Parameters:
e - The event.
See Also:
ActionListener