Interface KeyDownHandler

All Superinterfaces:
EventHandler

public interface KeyDownHandler extends EventHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Executed when a key is pressed on a focusable widget (canFocus: true).
  • Method Details