com.jthomas.util
Class JEditor.MyUndoableEditListener

java.lang.Object
  |
  +--com.jthomas.util.JEditor.MyUndoableEditListener
All Implemented Interfaces:
java.util.EventListener, javax.swing.event.UndoableEditListener
Enclosing class:
JEditor

protected class JEditor.MyUndoableEditListener
extends java.lang.Object
implements javax.swing.event.UndoableEditListener

This listens for edits that can be undone.


Constructor Summary
protected JEditor.MyUndoableEditListener()
           
 
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

JEditor.MyUndoableEditListener

protected JEditor.MyUndoableEditListener()
Method Detail

undoableEditHappened

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