Package org.jmol.console
Class ScriptEditor.EditorDocument.MyUndoableEditListener
- java.lang.Object
-
- org.jmol.console.ScriptEditor.EditorDocument.MyUndoableEditListener
-
- All Implemented Interfaces:
EventListener
,UndoableEditListener
- Enclosing class:
- ScriptEditor.EditorDocument
protected class ScriptEditor.EditorDocument.MyUndoableEditListener extends Object implements UndoableEditListener
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
MyUndoableEditListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
undoableEditHappened(UndoableEditEvent e)
-
-
-
Method Detail
-
undoableEditHappened
public void undoableEditHappened(UndoableEditEvent e)
- Specified by:
undoableEditHappened
in interfaceUndoableEditListener
-
-