|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--CCDControlListener
Field Summary | |
(package private) DspCommand2 |
dsp_cmd
|
(package private) VoodooMainWindow |
parent
|
Constructor Summary | |
CCDControlListener(VoodooMainWindow parent)
Default constructor. |
Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent e)
This method overides the same one in the ActionListener interface. |
void |
itemStateChanged(java.awt.event.ItemEvent ie)
This method listens for array control events from parent. |
Methods inherited from class java.lang.Object |
|
Field Detail |
VoodooMainWindow parent
DspCommand2 dsp_cmd
Constructor Detail |
public CCDControlListener(VoodooMainWindow parent)
parent
- The window this event listener listens to.Method Detail |
public void itemStateChanged(java.awt.event.ItemEvent ie)
ie
- The event info.ItemListener
public void actionPerformed(java.awt.event.ActionEvent e)
e
- The event description.ActionListener
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |