afterUpdate abstract method

void afterUpdate(
  1. T oldValue,
  2. T newValue
)

Implementation

void afterUpdate(T oldValue, T newValue);