ChangeListener

interface ChangeListener

A callback for Widgets to know when the current set of changes has fully be applied.

Functions

Link copied to clipboard
abstract fun onEndChanges()

Invoked when all changes have been applied to this widget. This includes modifiers, properties, and changes to children (if any).