SimpleActionEventProperty

open class SimpleActionEventProperty(initialValue: ActionEvent, bean: Any? = null, beanName: String? = null) : SimpleProperty<ActionEvent> , ActionEventProperty

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

Constructors

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