org.statcato
Class Statcato.MyUndoableEditListener

java.lang.Object
  extended by org.statcato.Statcato.MyUndoableEditListener
All Implemented Interfaces:
java.util.EventListener, javax.swing.event.UndoableEditListener
Enclosing class:
Statcato

public class Statcato.MyUndoableEditListener
extends java.lang.Object
implements javax.swing.event.UndoableEditListener

Undoable edit listener for both the log window and the Datasheet pane.


Constructor Summary
Statcato.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

Statcato.MyUndoableEditListener

public Statcato.MyUndoableEditListener()
Method Detail

undoableEditHappened

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