Class TLcdUndoableEvent

java.lang.Object
java.util.EventObject
com.luciad.gui.TLcdUndoableEvent
All Implemented Interfaces:
Serializable

public class TLcdUndoableEvent extends EventObject
An event indicating that an operation has occurred which can be undone.
See Also:
  • Constructor Details

    • TLcdUndoableEvent

      public TLcdUndoableEvent(Object source, ILcdUndoable aUndoable)
      Constructs a new TLcdUndoableEvent.
      Parameters:
      source - The object where this event originated.
      aUndoable - The ILcdUndoable representing the undoable operation.
  • Method Details

    • getUndoable

      public ILcdUndoable getUndoable()
      Returns the ILcdUndoable that represents the undoable operation.
      Returns:
      The ILcdUndoable that represents the undoable operation.
    • toString

      public String toString()
      Overrides:
      toString in class EventObject