onWillUpdate method

  1. @protected
void onWillUpdate()

Called when willUpdate is called for the first time during an update cycle.

The willUpdate method should be called on the observers of the cell. Overriding this method allows this behaviour to be changed.

Implementation

@protected
void onWillUpdate() {
  notifyWillUpdate();
}