Class DefaultChangeHook

java.lang.Object
com.exedio.cope.DefaultChangeHook
All Implemented Interfaces:
ChangeHook

public final class DefaultChangeHook extends Object implements ChangeHook
Implements a ChangeHook that calls static beforeNewCopeItem(SetValue[]), Item.afterNewCopeItem, Item.beforeSetCopeItem, and Item.beforeDeleteCopeItem according to their specifications. Without this hook, these methods are not called at all. If ModelBuilder.changeHooks is not called, this hook is installed by default.