SimpleActionEventHandlerProperty

Boilerplate which avoids having to use generics. Instead of SimpleProperty<ActionEventHandler>, we can use SimpleActionEventHandlerProperty.

Constructors

Link copied to clipboard
constructor(initialValue: ActionEventHandler, bean: Any? = null, beanName: String? = null)