DixShtix

com.dixshtix.awt
Class PrintKeyListener

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

public class PrintKeyListener
extends SimpleKeyListener

Title:

Description:

Copyright: Copyright (c) Richard C. Penner II

Company:

Version:
1.0
Author:
Richard C. Penner II

Field Summary
(package private)  java.lang.String printJobName
           
 
Fields inherited from class com.dixshtix.awt.SimpleKeyListener
lcKey, ucKey
 
Constructor Summary
PrintKeyListener(char ch, java.lang.String printJobName)
           
 
Method Summary
 void doKeyAction(java.awt.Component c, 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
 

Field Detail

printJobName

java.lang.String printJobName
Constructor Detail

PrintKeyListener

public PrintKeyListener(char ch,
                        java.lang.String printJobName)
Method Detail

doKeyAction

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

DixShtix