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
ConstructorsConstructorDescriptionTLcdUndoableEvent(Object source, ILcdUndoable aUndoable) Constructs a newTLcdUndoableEvent. -
Method Summary
Modifier and TypeMethodDescriptionReturns theILcdUndoablethat 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- TheILcdUndoablerepresenting the undoable operation.
-
-
Method Details
-
getUndoable
Returns theILcdUndoablethat represents the undoable operation.- Returns:
- The
ILcdUndoablethat represents the undoable operation.
-
toString
- Overrides:
toStringin classEventObject
-