consume
method; this causes the event to not get dispatched to the component's event processing methods or event listeners. Events are dispatched if they are instances of InputEvent or its subclasses. This includes instances of the AWT classes KeyEvent and MouseEvent.
This method is called by {@link ae.java.awt.im.InputContext#dispatchEvent InputContext.dispatchEvent}.
@param event the event being dispatched to the input method
@exception NullPointerException if event
is null
|
|