|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.awt.event.KeyAdapter | +--VoodooMainWindowListener
Field Summary | |
private java.lang.String |
message
|
private VoodooMainWindow |
parent
|
Constructor Summary | |
VoodooMainWindowListener(VoodooMainWindow parent)
Class constructor. |
Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent e)
This method handles all non-keyboard events. |
void |
keyPressed(java.awt.event.KeyEvent e)
This method handles all the keyboard events. |
Methods inherited from class java.awt.event.KeyAdapter |
keyReleased,
keyTyped |
Methods inherited from class java.lang.Object |
|
Field Detail |
private VoodooMainWindow parent
private java.lang.String message
Constructor Detail |
public VoodooMainWindowListener(VoodooMainWindow parent)
parent
- The window this class listens for.Method Detail |
public void actionPerformed(java.awt.event.ActionEvent e)
e
- The event.ActionListener
public void keyPressed(java.awt.event.KeyEvent e)
e
- The event.ActionListener
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |