Applied
class Applied<out T : AdjustmentsComponent.Adjustment>(val adjustment: T, val controller: AdjustmentsComponent.Adjustment.Controller) : AdjustmentsComponent.Processor.Result<T>
The adjustment was successfully applied. The associated controller can be used to modify the adjustment's properties until it the adjustment is removed.
Constructors
Link copied to clipboard
fun <out T : AdjustmentsComponent.Adjustment> Applied(adjustment: T, controller: AdjustmentsComponent.Adjustment.Controller)
Functions
Properties
Extensions
Link copied to clipboard
fun <T : AdjustmentsComponent.Adjustment> AdjustmentsComponent.Processor.Result<T>.whenApplied(callback: Consumer<AdjustmentsComponent.Processor.Result.Applied<T>>)
Notifies when result of AdjustmentsComponent.Processor.apply command is AdjustmentsComponent.Processor.Result.Applied.