public class TLcdUndoableEvent
extends java.util.EventObject
Constructor and Description |
---|
TLcdUndoableEvent(java.lang.Object source,
ILcdUndoable aUndoable)
Constructs a new
TLcdUndoableEvent . |
Modifier and Type | Method and Description |
---|---|
ILcdUndoable |
getUndoable()
Returns the
ILcdUndoable that represents the undoable operation. |
java.lang.String |
toString() |
public TLcdUndoableEvent(java.lang.Object source, ILcdUndoable aUndoable)
TLcdUndoableEvent
.source
- The object where this event originated.aUndoable
- The ILcdUndoable
representing the undoable operation.public ILcdUndoable getUndoable()
ILcdUndoable
that represents the undoable operation.ILcdUndoable
that represents the undoable operation.public java.lang.String toString()
toString
in class java.util.EventObject