beforeUpdate abstract method

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

Implementation

void beforeUpdate(T oldValue, T newValue);