T
- public class UpdateAction<T> extends Action
Constructor and Description |
---|
UpdateAction(Context context,
T newValue,
T oldValue) |
Modifier and Type | Method and Description |
---|---|
T |
getChangedValue()
get the changed value of the model
|
T |
getNewValue()
the new value in the model
|
T |
getOldValue()
the old value in the model
|
getContext
public T getChangedValue()
Action
getChangedValue
in class Action
public T getNewValue()
public T getOldValue()
Copyright © 2007–2021 Inria. All rights reserved.