Uses of Interface
org.tentackle.session.ModificationListener
-
Packages that use ModificationListener Package Description org.tentackle.session The low-level core of sessions, persistent objects and operations. -
-
Uses of ModificationListener in org.tentackle.session
Classes in org.tentackle.session that implement ModificationListener Modifier and Type Class Description classModificationListenerAdapterA modification listener adapter.Methods in org.tentackle.session with parameters of type ModificationListener Modifier and Type Method Description voidModificationTracker. addModificationListener(ModificationListener listener)Adds a modification listener.booleanModificationTracker. removeModificationListener(ModificationListener listener)Removes a modification listener.
-