Package io.permazen.core
Interface DeleteListener
- 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 that an object is about to be deleted.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onDelete
(Transaction tx, ObjId id, int[] path, NavigableSet<ObjId> referrers) Receive notification of an object about to be deleted.
-
Method Details