Interface DirtyListener
-
public interface DirtyListener
Enable observers to be notified when one or more element are removed from a Map.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onElementsRemoved()
Called when one or more element from the underlying Map are removed.
-