Class KeyAdapterTerminal
java.lang.Object
java.awt.event.KeyAdapter
com.jsql.view.swing.terminal.util.KeyAdapterTerminal
- All Implemented Interfaces:
KeyListener,EventListener
Keyboard key processing for terminal.
-
Constructor Summary
ConstructorsConstructorDescriptionKeyAdapterTerminal(AbstractExploit terminal) Create a keyboard processor for a terminal. -
Method Summary
Methods inherited from class java.awt.event.KeyAdapter
keyReleased, keyTyped
-
Constructor Details
-
KeyAdapterTerminal
Create a keyboard processor for a terminal.- Parameters:
terminal- Terminal where keys are processed
-
-
Method Details
-
keyPressed
- Specified by:
keyPressedin interfaceKeyListener- Overrides:
keyPressedin classKeyAdapter
-