SimpleApplicationStatusProperty

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

Constructors

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