Class DspDialogListener

java.lang.Object
  |
  +--DspDialogListener

public class DspDialogListener
extends java.lang.Object
implements java.awt.event.ActionListener, javax.swing.event.ChangeListener


Field Summary
private  java.lang.String message
           
private  DspDialog parent
           
private  int selectedIndex
           
 
Constructor Summary
DspDialogListener(DspDialog parent)
          Constructor.
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          This method overides the same one in the ActionListener interface.
 void stateChanged(javax.swing.event.ChangeEvent ce)
          Controls the switching of the "tabbed panes".
 
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

selectedIndex

private int selectedIndex

message

private java.lang.String message
Constructor Detail

DspDialogListener

public DspDialogListener(DspDialog parent)
Constructor.
Parameters:
parent - The window for which this class listens.
See Also:
DspDialog
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

stateChanged

public void stateChanged(javax.swing.event.ChangeEvent ce)
Controls the switching of the "tabbed panes". This method overides the same method in the ChangeListener interface.
Specified by:
stateChanged in interface javax.swing.event.ChangeListener
See Also:
ChangeListener