abstract fun subscribe(update: (PropertyUpdate<T>) -> Unit): Unit
Called when the controller sends a property update
update - Update received from controller
update