JIDE 3.5.15

com.jidesoft.editor
Class SyntaxDocument.MyUndoableEditListener

java.lang.Object
  extended by com.jidesoft.editor.SyntaxDocument.MyUndoableEditListener
All Implemented Interfaces:
EventListener, UndoableEditListener
Enclosing class:
SyntaxDocument

protected class SyntaxDocument.MyUndoableEditListener
extends Object
implements UndoableEditListener


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

SyntaxDocument.MyUndoableEditListener

protected SyntaxDocument.MyUndoableEditListener()
Method Detail

undoableEditHappened

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

JIDE 3.5.15