public interface HasKeyPressHandlers extends HasHandlers
KeyPressHandler
instances.Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addKeyPressHandler(KeyPressHandler handler)
Adds a
KeyPressEvent handler. |
fireEvent
HandlerRegistration addKeyPressHandler(KeyPressHandler handler)
KeyPressEvent
handler.handler
- the key press handlerHandlerRegistration
used to remove this handler