com.ccg.values
Class ValuesConfigEditor.Listener

java.lang.Object
  extended by com.ccg.values.ValuesConfigEditor.Listener
All Implemented Interfaces:
ActionListener, WindowListener, EventListener, ChangeListener, ListSelectionListener
Enclosing class:
ValuesConfigEditor

 class ValuesConfigEditor.Listener
extends Object
implements ListSelectionListener, ActionListener, ChangeListener, WindowListener


Field Summary
(package private)  int _ExitCode
           
(package private)  Window _Window
           
 
Constructor Summary
ValuesConfigEditor.Listener()
           
 
Method Summary
 void actionPerformed(ActionEvent ae)
           
 void stateChanged(ChangeEvent e)
           
 void valueChanged(ListSelectionEvent e)
           
 void windowActivated(WindowEvent we)
           
 void windowClosed(WindowEvent we)
           
 void windowClosing(WindowEvent we)
           
 void windowDeactivated(WindowEvent we)
           
 void windowDeiconified(WindowEvent we)
           
 void windowIconified(WindowEvent we)
           
 void windowOpened(WindowEvent we)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_Window

Window _Window

_ExitCode

int _ExitCode
Constructor Detail

ValuesConfigEditor.Listener

ValuesConfigEditor.Listener()
Method Detail

stateChanged

public void stateChanged(ChangeEvent e)
Specified by:
stateChanged in interface ChangeListener

valueChanged

public void valueChanged(ListSelectionEvent e)
Specified by:
valueChanged in interface ListSelectionListener

windowActivated

public void windowActivated(WindowEvent we)
Specified by:
windowActivated in interface WindowListener

windowClosing

public void windowClosing(WindowEvent we)
Specified by:
windowClosing in interface WindowListener

windowClosed

public void windowClosed(WindowEvent we)
Specified by:
windowClosed in interface WindowListener

windowDeactivated

public void windowDeactivated(WindowEvent we)
Specified by:
windowDeactivated in interface WindowListener

windowIconified

public void windowIconified(WindowEvent we)
Specified by:
windowIconified in interface WindowListener

windowDeiconified

public void windowDeiconified(WindowEvent we)
Specified by:
windowDeiconified in interface WindowListener

windowOpened

public void windowOpened(WindowEvent we)
Specified by:
windowOpened in interface WindowListener

actionPerformed

public void actionPerformed(ActionEvent ae)
Specified by:
actionPerformed in interface ActionListener


Copyright 1998-1998-2006 null. All Rights Reserved.