Class SyntheticCmdListener

java.lang.Object
  |
  +--SyntheticCmdListener

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


Field Summary
private  int byte_count
           
private  int col_size
           
(package private)  java.lang.String default_filename
           
private  boolean do_custom_size
           
private  DspDialog parent
           
private  int reply_value
           
private  int row_size
           
private  WsiCommand wsi_cmd
           
 
Constructor Summary
SyntheticCmdListener(DspDialog parent)
          Class constructor.
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          This method handles all the events.
 void textValueChanged(java.awt.event.TextEvent e)
          This method handles textfield change 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

wsi_cmd

private WsiCommand wsi_cmd

do_custom_size

private boolean do_custom_size

byte_count

private int byte_count

row_size

private int row_size

col_size

private int col_size

reply_value

private int reply_value

default_filename

final java.lang.String default_filename
Constructor Detail

SyntheticCmdListener

public SyntheticCmdListener(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

textValueChanged

public void textValueChanged(java.awt.event.TextEvent e)
This method handles textfield change events. TEST METHOD ???
Parameters:
e - The text event.
See Also:
TextListener