Package app.events
Class UndoEvent
java.lang.Object
app.events.Event
app.events.UndoEvent
public class UndoEvent extends Event
Event signalizing that an action is being undone in an arbitrary place in the UI
-
Constructor Summary
Constructors Constructor Description UndoEvent()
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
UndoEvent
public UndoEvent()
-