T
- The type of the value that is changing.public class ValueChangingEventArgs<T>
extends java.lang.Object
Constructor and Description |
---|
ValueChangingEventArgs()
Initializes a new instance of the ValueChangingEventArgs class.
|
ValueChangingEventArgs(T oldValue,
T newValue)
Initializes a new instance of the ValueChangingEventArgs class.
|
Modifier and Type | Method and Description |
---|---|
T |
getNewValue()
Gets the new value.
|
T |
getOldValue()
Gets the old value.
|
boolean |
isConfirm()
Gets a value indicating whether the change is confirmed.
|
void |
setConfirm(boolean value)
Sets a value indicating whether the change is confirmed.
|
void |
setNewValue(T value)
Sets the new value.
|
public ValueChangingEventArgs()
public T getOldValue()
public T getNewValue()
public void setNewValue(T value)
public boolean isConfirm()
public void setConfirm(boolean value)