public interface NavigationStateProcessor
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
| Modifier and Type | Method and Description |
|---|---|
void |
process(NavigationState pNavigationState)
An interface method that should contain logic to modify the passed in
NavigationState object in some manner.
|
static final java.lang.String CLASS_VERSION