Package spoon.support.modelobs.action
Class DeleteAllAction<T>
java.lang.Object
spoon.support.modelobs.action.Action
spoon.support.modelobs.action.DeleteAction<T>
spoon.support.modelobs.action.DeleteAllAction<T>
- Type Parameters:
T
-
defines the delete all action.
-
Constructor Summary
ConstructorDescriptionDeleteAllAction(Context context, Collection oldValue)
DeleteAllAction(Context context, Map oldValue)
-
Method Summary
Methods inherited from class spoon.support.modelobs.action.DeleteAction
getChangedValue, getRemovedValue
Methods inherited from class spoon.support.modelobs.action.Action
getContext
-
Constructor Details
-
DeleteAllAction
-
DeleteAllAction
-