Adds the specified handler for action events.
Adds the specified handler for action events.
the event handler to be added to this object
Removes the specified handler for action events.
Removes the specified handler for action events.
the event handler to be removed from this object
Returns a command string for the action events to be generated for this source.
Returns a command string for the action events to be generated for this source. JavaFX does not support commands in action events. So the command to be stored in JGUIraffe action events has to be provided by the source itself.
the action command string for generated action events
A trait for objects that support the registration of Java FX action listeners.
Action listeners are supported by various Java FX components. However, there is no inheritance hierarchy or generic mechanism for their registration. Therefore, this trait is introduced. It is intended to be mixed in by concrete ComponentHandler implementations which support action listeners.