Uses of Interface
ca.odell.glazedlists.UndoRedoSupport.Listener
-
Packages that use UndoRedoSupport.Listener Package Description ca.odell.glazedlists -
-
Uses of UndoRedoSupport.Listener in ca.odell.glazedlists
Methods in ca.odell.glazedlists with parameters of type UndoRedoSupport.Listener Modifier and Type Method Description void
UndoRedoSupport. addUndoSupportListener(UndoRedoSupport.Listener l)
Add aUndoRedoSupport.Listener
which will receive a callback when an undoable edit occurs on the given sourceEventList
.void
UndoRedoSupport. removeUndoSupportListener(UndoRedoSupport.Listener l)
Remove aUndoRedoSupport.Listener
from receiving a callback when an undoable edit occurs on the given sourceEventList
.
-