- All Superinterfaces:
- EventListener
- All Known Implementing Classes:
- UndoManager
public interface UndoableEditListener extends EventListener
Interface implemented by a class interested in hearing about
 undoable operations.
- 
Method SummaryModifier and Type Method Description voidundoableEditHappened(UndoableEditEvent e)An undoable edit happened
- 
Method Details- 
undoableEditHappenedAn undoable edit happened- Parameters:
- e- an- UndoableEditEventobject
 
 
-