com.depthexplorer.ui
Class DEDocument.MyUndoableEditListener

java.lang.Object
  extended by com.depthexplorer.ui.DEDocument.MyUndoableEditListener
All Implemented Interfaces:
EventListener, UndoableEditListener
Enclosing class:
DEDocument

protected class DEDocument.MyUndoableEditListener
extends Object
implements UndoableEditListener


Constructor Summary
protected DEDocument.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

DEDocument.MyUndoableEditListener

protected DEDocument.MyUndoableEditListener()
Method Detail

undoableEditHappened

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