Uses of Class
io.permazen.core.Transaction.ListenerSet
-
Uses of Transaction.ListenerSet in io.permazen.core
Modifier and TypeMethodDescriptionTransaction.snapshotListeners()
Create a read-only snapshot of all (CreateListener
s,DeleteListener
s,SchemaChangeListener
s,SimpleFieldChangeListener
s,SetFieldChangeListener
s,ListFieldChangeListener
s, andMapFieldChangeListener
s currently registered on this instance.Modifier and TypeMethodDescriptionvoid
Transaction.setListeners
(Transaction.ListenerSet listeners) Apply a snapshot created viaTransaction.snapshotListeners()
to this instance.