Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public static interface UndoRedoSupport.Listener
extends EventListener
UndoRedoSupport.addUndoSupportListener(UndoRedoSupport.Listener)
. They
will be notified of each undoable edit that occurs to the given EventList.
Method Summary | |
void |
|
public void undoableEditHappened(UndoRedoSupport.Edit edit)
Notified of each undoable edit applied to the given EventList.