Package io.permazen.core
Interface SimpleFieldChangeListener
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Listener interface for notifications of a change in value of a
SimpleField
.-
Method Summary
Modifier and TypeMethodDescription<V> void
onSimpleFieldChange
(Transaction tx, ObjId id, SimpleField<V> field, int[] path, NavigableSet<ObjId> referrers, V oldValue, V newValue) Receive notification of a change in the value of aSimpleField
in an object.
-
Method Details