Package com.luciad.gui
Class TLcdUndoableEvent
java.lang.Object
java.util.EventObject
com.luciad.gui.TLcdUndoableEvent
- All Implemented Interfaces:
Serializable
An event indicating that an operation has occurred which can be undone.
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionTLcdUndoableEvent
(Object source, ILcdUndoable aUndoable) Constructs a newTLcdUndoableEvent
. -
Method Summary
Modifier and TypeMethodDescriptionReturns theILcdUndoable
that represents the undoable operation.toString()
Methods inherited from class java.util.EventObject
getSource
-
Constructor Details
-
TLcdUndoableEvent
Constructs a newTLcdUndoableEvent
.- Parameters:
source
- The object where this event originated.aUndoable
- TheILcdUndoable
representing the undoable operation.
-
-
Method Details
-
getUndoable
Returns theILcdUndoable
that represents the undoable operation.- Returns:
- The
ILcdUndoable
that represents the undoable operation.
-
toString
- Overrides:
toString
in classEventObject
-