org.jmol.console
Class ScriptEditor.EditorDocument.MyUndoableEditListener

java.lang.Object
  extended by 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
protected ScriptEditor.EditorDocument.MyUndoableEditListener()
           
 
Method Summary
 void undoableEditHappened(UndoableEditEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScriptEditor.EditorDocument.MyUndoableEditListener

protected ScriptEditor.EditorDocument.MyUndoableEditListener()
Method Detail

undoableEditHappened

public void undoableEditHappened(UndoableEditEvent e)
Specified by:
undoableEditHappened in interface UndoableEditListener