| Package | Description |
|---|---|
| com.indexdata.mkjsf.pazpar2.state |
Tracks the state of commands, parameter settings and
command execution - primarily used for handling browser
history navigation.
|
| Modifier and Type | Method and Description |
|---|---|
Pazpar2State |
StateManager.getCurrentState() |
| Constructor and Description |
|---|
Pazpar2State(Pazpar2State previousState,
Pazpar2Command newCommand)
Creates new state by cloning all commands of the provided state and
then overriding one of them with the provided state changing command.
|