public final ObjectProperty<EventHandler<ActionEvent>> onActionProperty ()

The button's action, which is invoked whenever the button is fired. This may be due to the user clicking on the button with the mouse, or by a touch event, or by a key press, or if the developer programmatically invokes the fire() method.

Returns:  the property to represent the button's action, which is invoked whenever the button is fired