Interface UndoableEditListener
- All Superinterfaces:
EventListener
- All Known Implementing Classes:
UndoManager
Interface implemented by a class interested in hearing about
undoable operations.
-
Method Summary
Modifier and TypeMethodDescriptionvoidAn undoable edit happened
-
Method Details
-
undoableEditHappened
An undoable edit happened- Parameters:
e- anUndoableEditEventobject
-