MutableAlgorithmProperty

class MutableAlgorithmProperty(algorithm: Algorithm?) : AbstractMutableProperty<Algorithm?>

Constructors

Link copied to clipboard
constructor(algorithm: Algorithm?)

Properties

Link copied to clipboard
open override var value: Algorithm?

Functions

Link copied to clipboard
open override fun addPropertyListener(listener: PropertyListener<Algorithm?>)
Link copied to clipboard
open override fun addWeakPropertyListener(listener: PropertyListener<Algorithm?>)
Link copied to clipboard
open operator fun getValue(thisRef: Any?, property: KProperty<*>): Algorithm?
Link copied to clipboard
open override fun removePropertyListener(listener: PropertyListener<Algorithm?>)
Link copied to clipboard
open operator fun setValue(thisRef: Any?, property: KProperty<*>, value: Algorithm?)