SimpleActionEventHandlerProperty
open class SimpleActionEventHandlerProperty(initialValue: ActionEventHandler, bean: Any? = null, beanName: String? = null) : SimpleProperty<ActionEventHandler> , ActionEventHandlerProperty
Boilerplate which avoids having to use generics. Instead of SimpleProperty<ActionEventHandler>
, we can use SimpleActionEventHandlerProperty
.