Uses of Interface
io.permazen.core.CreateListener
Packages that use CreateListener
-
Uses of CreateListener in io.permazen.core
Methods in io.permazen.core with parameters of type CreateListenerModifier and TypeMethodDescriptionvoid
Transaction.addCreateListener
(int storageId, CreateListener listener) Add aCreateListener
to this transaction.void
Transaction.removeCreateListener
(int storageId, CreateListener listener) Remove anCreateListener
from this transaction.