Uses of Interface
net.officefloor.frame.api.manage.StateManager
-
Packages that use StateManager Package Description net.officefloor.compile.impl.state.autowire net.officefloor.frame.api.manage net.officefloor.frame.impl.execute.office net.officefloor.frame.internal.structure -
-
Uses of StateManager in net.officefloor.compile.impl.state.autowire
Constructors in net.officefloor.compile.impl.state.autowire with parameters of type StateManager Constructor Description AutoWireStateManagerImpl(Office office, StateManager stateManager, OfficeNode officeNode, AutoWirer<LinkObjectNode> autoWirer, InternalSupplier[] internalSuppliers, MonitorClock monitorClock)
Instantiate. -
Uses of StateManager in net.officefloor.frame.api.manage
Methods in net.officefloor.frame.api.manage that return StateManager Modifier and Type Method Description StateManager
Office. createStateManager()
Creates aStateManager
. -
Uses of StateManager in net.officefloor.frame.impl.execute.office
Classes in net.officefloor.frame.impl.execute.office that implement StateManager Modifier and Type Class Description class
StateManagerImpl
StateManager
implementation.Methods in net.officefloor.frame.impl.execute.office that return StateManager Modifier and Type Method Description StateManager
OfficeImpl. createStateManager()
StateManager
OfficeMetaDataImpl. createStateManager()
-
Uses of StateManager in net.officefloor.frame.internal.structure
Methods in net.officefloor.frame.internal.structure that return StateManager Modifier and Type Method Description StateManager
OfficeMetaData. createStateManager()
Creates aStateManager
.
-