Interface KeyPressEventHandler

All Superinterfaces:
BrowserEventHandler

public interface KeyPressEventHandler extends BrowserEventHandler
Key press event handler interface
Since:
4.0
Author:
JBStrap
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Key press event handler
  • Method Details

    • onKeyPress

      void onKeyPress(KeyboardEvent event)

      Key press event handler

      The event handler will be called, when the user presses a key on the component.

      Parameters:
      event - The event object
      See Also: