API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.awt. KeyEventPostProcessor View Source
Author(s)
David Mendenhall
Since
1.4
Version
1.6, 11/17/05
Serial
Hierarchy
 KeyEventPostProcessor
Subinterfaces
Description
public interface KeyEventPostProcessor
  A KeyEventPostProcessor cooperates with the current KeyboardFocusManager in the final resolution of all unconsumed KeyEvents.
Methods
Hide/Show inherited methods
public boolean postProcessKeyEvent (KeyEvent e)
  This method is called by the current KeyboardFocusManager, requesting that this KeyEventPostProcessor perform any necessary post-processing which should be part of the KeyEvent's final resolution.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar