DixShtix

com.dixshtix.awt
Class QuitKeyListener

java.lang.Object
  |
  +--com.dixshtix.awt.SimpleKeyListener
        |
        +--com.dixshtix.awt.QuitKeyListener
All Implemented Interfaces:
java.util.EventListener, java.awt.event.KeyListener

public class QuitKeyListener
extends SimpleKeyListener

Title:

Description:

Copyright: Copyright (c) Richard C. Penner II

Company:

Version:
1.0
Author:
Richard C. Penner II

Fields inherited from class com.dixshtix.awt.SimpleKeyListener
lcKey, ucKey
 
Constructor Summary
QuitKeyListener(char ch)
           
 
Method Summary
 void doKeyAction(java.awt.event.KeyEvent e)
           
 
Methods inherited from class com.dixshtix.awt.SimpleKeyListener
doKeyAction, keyPressed, keyReleased, keyTyped
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

QuitKeyListener

public QuitKeyListener(char ch)
Method Detail

doKeyAction

public void doKeyAction(java.awt.event.KeyEvent e)
Overrides:
doKeyAction in class SimpleKeyListener

DixShtix