Package spoon.support.modelobs.action
Class UpdateAction<T>
java.lang.Object
spoon.support.modelobs.action.Action
spoon.support.modelobs.action.UpdateAction<T>
- Type Parameters:
T
-
defines the update action
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionget the changed value of the modelthe new value in the modelthe old value in the modelMethods inherited from class spoon.support.modelobs.action.Action
getContext
-
Constructor Details
-
UpdateAction
-
-
Method Details
-
getChangedValue
Description copied from class:Action
get the changed value of the model- Specified by:
getChangedValue
in classAction
- Returns:
- the changed value
-
getNewValue
the new value in the model- Returns:
- the new value
-
getOldValue
the old value in the model- Returns:
- the old value
-