Class WAppUndoableEditListener

java.lang.Object
hipp.com.wappedidpadpro2.WAppUndoableEditListener
All Implemented Interfaces:
java.util.EventListener, javax.swing.event.UndoableEditListener

public class WAppUndoableEditListener
extends java.lang.Object
implements javax.swing.event.UndoableEditListener
WAppUndoableEditListener
listens for undo or redo actions
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected WAppRedoAction redoAction  
    protected javax.swing.undo.UndoManager undo  
    protected WAppUndoAction undoAction  
  • Constructor Summary

    Constructors 
    Constructor Description
    WAppUndoableEditListener​(javax.swing.undo.UndoManager uM, WAppUndoAction u, WAppRedoAction r)  
  • Method Summary

    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