Class UndoRedoEvent

java.lang.Object
java.util.EventObject
com.kheops.jmap.client.undo.UndoRedoEvent
All Implemented Interfaces:
Serializable

public class UndoRedoEvent extends EventObject
See Also:
  • Field Details

  • Constructor Details

    • UndoRedoEvent

      public UndoRedoEvent(Object src, short actionType, Class undoActionClassName)
      Constructs an UndoRedoEvent object.
      Parameters:
      src - the object on which the Event initially occurred.
      actionType - the action type
      undoActionClassName - the undo action class name
  • Method Details

    • getActionType

      public int getActionType()
      Returns the action type for this event.
      Returns:
      action type
    • getUndoActionClassName

      public Class getUndoActionClassName()
      Returns the undo action class name.
      Returns:
      undo action class name