Package hipp.com.wappedidpadpro2
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
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)
-
Field Details
-
undoAction
-
redoAction
-
undo
protected javax.swing.undo.UndoManager undo
-
-
Constructor Details
-
WAppUndoableEditListener
public WAppUndoableEditListener(javax.swing.undo.UndoManager uM, WAppUndoAction u, WAppRedoAction r)
-
-
Method Details
-
undoableEditHappened
public void undoableEditHappened(javax.swing.event.UndoableEditEvent e)- Specified by:
undoableEditHappened
in interfacejavax.swing.event.UndoableEditListener
-