Package jaxe

Class JaxeTextPane.MyUndoableEditListener

  • All Implemented Interfaces:
    java.util.EventListener, javax.swing.event.UndoableEditListener
    Enclosing class:
    JaxeTextPane

    protected class JaxeTextPane.MyUndoableEditListener
    extends java.lang.Object
    implements javax.swing.event.UndoableEditListener
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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

      • MyUndoableEditListener

        protected MyUndoableEditListener()
    • Method Detail

      • undoableEditHappened

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