com.levigo.util.base.glazedlists
Interface UndoRedoSupport.Listener

All Superinterfaces:
EventListener
Enclosing class:
UndoRedoSupport<E>

public static interface UndoRedoSupport.Listener
extends EventListener

Implementations of this Listener interface should be registered with an UndoRedoSupport object via UndoRedoSupport.addUndoSupportListener(com.levigo.util.base.glazedlists.UndoRedoSupport.Listener). They will be notified of each undoable edit that occurs to the given EventList.


Method Summary
 void undoableEditHappened(UndoRedoSupport.Edit edit)
          Notified of each undoable edit applied to the given EventList.
 

Method Detail

undoableEditHappened

void undoableEditHappened(UndoRedoSupport.Edit edit)
Notified of each undoable edit applied to the given EventList.



Copyright © 1995-2020 levigo holding gmbh. All Rights Reserved.