Package spoon.support.modelobs.action
Class DeleteAction<T>
java.lang.Object
spoon.support.modelobs.action.Action
spoon.support.modelobs.action.DeleteAction<T>
- Type Parameters:
T
-
- Direct Known Subclasses:
DeleteAllAction
defines the delete action
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionget the changed value of the modelReturns the removed elementMethods inherited from class spoon.support.modelobs.action.Action
getContext
-
Constructor Details
-
DeleteAction
-
-
Method Details
-
getChangedValue
Description copied from class:Action
get the changed value of the model- Specified by:
getChangedValue
in classAction
- Returns:
- the changed value
-
getRemovedValue
Returns the removed element- Returns:
- the removed element
-