Class DeleteAction<T>

java.lang.Object
spoon.support.modelobs.action.Action
spoon.support.modelobs.action.DeleteAction<T>
Type Parameters:
T -
Direct Known Subclasses:
DeleteAllAction

public class DeleteAction<T> extends Action
defines the delete action
  • Constructor Details

    • DeleteAction

      public DeleteAction(Context context, T oldValue)
  • Method Details

    • getChangedValue

      public T getChangedValue()
      Description copied from class: Action
      get the changed value of the model
      Specified by:
      getChangedValue in class Action
      Returns:
      the changed value
    • getRemovedValue

      public T getRemovedValue()
      Returns the removed element
      Returns:
      the removed element