T
- Data type of the value that has been changed.public class NavigationEvent<T>
extends java.lang.Object
Constructor and Description |
---|
NavigationEvent(Navigator source,
T valueOld,
T valueNew)
Initializes a new instance.
|
Modifier and Type | Method and Description |
---|---|
Navigator |
getSource()
Returns the navigator that has caused the change.
|
T |
getValueNew()
Returns the value after the change.
|
T |
getValueOld()
Returns the value before the change.
|
public Navigator getSource()
public T getValueOld()
public T getValueNew()