Interface FocusedInputEvent

All Superinterfaces:
com.globalmentor.event.Event, GuiseEvent, InputEvent
All Known Subinterfaces:
KeyboardEvent
All Known Implementing Classes:
AbstractFocusedGestureInputEvent, AbstractFocusedInputEvent, AbstractKeyboardEvent, CommandEvent, KeyPressEvent, KeyReleaseEvent

public interface FocusedInputEvent extends InputEvent
An input event such as a keypress that is directed towards the component with input focus.
Author:
Garret Wilson