public interface NavigationStateProcessor
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
| Modifier and Type | Method and Description |
|---|---|
com.endeca.infront.navigation.NavigationState |
process(com.endeca.infront.navigation.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
com.endeca.infront.navigation.NavigationState process(com.endeca.infront.navigation.NavigationState pNavigationState)
pNavigationState - The NavigationState to modify.