| Interface | Description |
|---|---|
| MutableIntState | |
| MutableState<T> |
Mutable variation of a
State that the value can be changed. |
| State<T> |
States are just intermediate interfaces to a
StateValueHost and a StateValue. |
| StateAccess<Context extends IFContext,ItemBuilder extends ItemComponentBuilder<ItemBuilder,Context> & ComponentFactory> | |
| StateValue |
Wrapper of the value of a
State for a single StateValueHost. |
| StateValueFactory | |
| StateValueHost |
StateHost is an entity capable of storing current data from multiple states.
|
| StateWatcher |
| Class | Description |
|---|---|
| AbstractStateValue |
This is an internal inventory-framework API that should not be used from outside of
this library.
|
| Exception | Description |
|---|---|
| IllegalStateModificationException | |
| StateException | |
| UninitializedStateException |