com.hexidec.ekit
Class EkitCore.CustomUndoableEditListener

java.lang.Object
com.hexidec.ekit.EkitCore.CustomUndoableEditListener
- All Implemented Interfaces:
- java.util.EventListener, javax.swing.event.UndoableEditListener
- Enclosing class:
- EkitCore
- class EkitCore.CustomUndoableEditListener
- extends java.lang.Object
- implements javax.swing.event.UndoableEditListener
Class for implementing the Undo listener to handle the Undo and Redo actions
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EkitCore.CustomUndoableEditListener
EkitCore.CustomUndoableEditListener()
undoableEditHappened
public void undoableEditHappened(javax.swing.event.UndoableEditEvent uee)
- Description copied from interface:
javax.swing.event.UndoableEditListener
- Undoable edit has happened
- Specified by:
undoableEditHappened in interface javax.swing.event.UndoableEditListener