Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version. Compare with Current ·  View Page History

Generated Object

javafx.event.EventHandler

Attributes

onEvent either a Groovy closure or a javafx.event.EventHandler<KeyEvent>, see javafx.event.EventHandler and javafx.scene.input.KeyEvent. The closure takes a KeyEvent object as its argument.

Content

None

Usage

Used to pass key typed events to a javafx node.

Examples

Labels
  • None