org.apache.bsf.util.event.adapters
Class java_awt_event_KeyAdapter
java.lang.Object
org.apache.bsf.util.event.EventAdapterImpl
org.apache.bsf.util.event.adapters.java_awt_event_KeyAdapter
- All Implemented Interfaces:
- KeyListener, EventListener, EventAdapter
public class java_awt_event_KeyAdapter
- extends EventAdapterImpl
- implements KeyListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
java_awt_event_KeyAdapter
public java_awt_event_KeyAdapter()
keyPressed
public void keyPressed(KeyEvent e)
- Specified by:
keyPressed
in interface KeyListener
keyReleased
public void keyReleased(KeyEvent e)
- Specified by:
keyReleased
in interface KeyListener
keyTyped
public void keyTyped(KeyEvent e)
- Specified by:
keyTyped
in interface KeyListener