net.datacrow.console.components
Class DcUndoListenerer.UndoEditListener

java.lang.Object
  extended by net.datacrow.console.components.DcUndoListenerer.UndoEditListener
All Implemented Interfaces:
java.util.EventListener, javax.swing.event.UndoableEditListener
Enclosing class:
DcUndoListenerer

protected class DcUndoListenerer.UndoEditListener
extends java.lang.Object
implements javax.swing.event.UndoableEditListener


Constructor Summary
protected DcUndoListenerer.UndoEditListener()
           
 
Method Summary
 void undoableEditHappened(javax.swing.event.UndoableEditEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DcUndoListenerer.UndoEditListener

protected DcUndoListenerer.UndoEditListener()
Method Detail

undoableEditHappened

public void undoableEditHappened(javax.swing.event.UndoableEditEvent e)
Specified by:
undoableEditHappened in interface javax.swing.event.UndoableEditListener