Uses of Interface
io.permazen.core.MapFieldChangeListener
-
Packages that use MapFieldChangeListener Package Description io.permazen.core Core classes for the Permazen Java persistence layer. -
-
Uses of MapFieldChangeListener in io.permazen.core
Methods in io.permazen.core with parameters of type MapFieldChangeListener Modifier and Type Method Description void
Transaction. addMapFieldChangeListener(int storageId, int[] path, KeyRanges[] filters, MapFieldChangeListener listener)
Monitor for changes within this transaction to the specifiedMapField
as seen through a path of references.void
Transaction. removeMapFieldChangeListener(int storageId, int[] path, KeyRanges[] filters, MapFieldChangeListener listener)
Remove a field monitor previously added viaaddMapFieldChangeListener()
(oraddFieldChangeListener()
).
-