Listener typedef

Listener = void Function(KeyEvent keyEvent)

Implementation

typedef Listener = void Function(KeyEvent keyEvent);