public final ObjectProperty<EventHandler<? super KeyEvent>> onKeyTypedProperty ()

Defines a function to be called when this Node or its child Node has input focus and a key has been typed. The function is called only if the event hasn't been already consumed during its capturing or bubbling phase.

Returns:  the event handler that is called when this Node or its child Node has input focus and a key has been typed