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 voidUndoRedoSupport. addUndoSupportListener(UndoRedoSupport.Listener l)Add aUndoRedoSupport.Listenerwhich will receive a callback when an undoable edit occurs on the given sourceEventList.voidUndoRedoSupport. removeUndoSupportListener(UndoRedoSupport.Listener l)Remove aUndoRedoSupport.Listenerfrom receiving a callback when an undoable edit occurs on the given sourceEventList.
-