Package com.google.gwt.event.dom.client
Interface KeyPressHandler
- All Superinterfaces:
EventHandler
- All Known Implementing Classes:
HandlesAllKeyEvents
,ListenerWrapper.WrappedKeyboardListener
Handler interface for
KeyPressEvent
events.-
Method Summary
Modifier and TypeMethodDescriptionvoid
onKeyPress
(KeyPressEvent event) Called when KeyPressEvent is fired.
-
Method Details
-
onKeyPress
Called when KeyPressEvent is fired.- Parameters:
event
- theKeyPressEvent
that was fired
-