Uses of Interface
io.permazen.core.DeleteListener
Packages that use DeleteListener
-
Uses of DeleteListener in io.permazen.core
Methods in io.permazen.core with parameters of type DeleteListenerModifier and TypeMethodDescriptionvoidTransaction.addDeleteListener(int[] path, KeyRanges[] filters, DeleteListener listener) Add aDeleteListenerto this transaction.voidTransaction.removeDeleteListener(int[] path, KeyRanges[] filters, DeleteListener listener) Remove aDeleteListenerfrom this transaction.