org.apache.bsf.util.event.adapters

Class java_awt_event_KeyAdapter

Implemented Interfaces:
KeyListener, EventAdapter

public class java_awt_event_KeyAdapter
extends EventAdapterImpl
implements KeyListener

Field Summary

Fields inherited from class org.apache.bsf.util.event.EventAdapterImpl

eventProcessor

Method Summary

void
keyPressed(KeyEvent e)
void
keyReleased(KeyEvent e)
void
keyTyped(KeyEvent e)

Methods inherited from class org.apache.bsf.util.event.EventAdapterImpl

setEventProcessor

Method Details

keyPressed

public void keyPressed(KeyEvent e)


keyReleased

public void keyReleased(KeyEvent e)


keyTyped

public void keyTyped(KeyEvent e)