Interface Stage.WhenKeyPressedHandler

Enclosing class:
Stage

public static interface Stage.WhenKeyPressedHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handle(Stage stage, int keyCode)
     
  • Method Details

    • handle

      void handle(Stage stage, int keyCode)