Implements \Drupal\Core\TypedData\ListInterface::onChange().
Overrides ListInterface::onChange
public function onChange($delta) {
// Notify the parent of changes.
if (isset($this->parent)) {
$this->parent
->onChange($this->name);
}
}