Uses of Interface
net.officefloor.frame.api.escalate.EscalationHandler
-
-
Uses of EscalationHandler in net.officefloor.compile
Methods in net.officefloor.compile with parameters of type EscalationHandler Modifier and Type Method Description abstract voidOfficeFloorCompiler. setEscalationHandler(EscalationHandler escalationHandler)Overrides the defaultEscalationHandler. -
Uses of EscalationHandler in net.officefloor.compile.impl
Methods in net.officefloor.compile.impl with parameters of type EscalationHandler Modifier and Type Method Description voidOfficeFloorCompilerImpl. setEscalationHandler(EscalationHandler escalationHandler) -
Uses of EscalationHandler in net.officefloor.compile.impl.adapt
Methods in net.officefloor.compile.impl.adapt with parameters of type EscalationHandler Modifier and Type Method Description voidOfficeFloorCompilerAdapter. setEscalationHandler(EscalationHandler escalationHandler) -
Uses of EscalationHandler in net.officefloor.frame.api.build
Methods in net.officefloor.frame.api.build with parameters of type EscalationHandler Modifier and Type Method Description voidOfficeFloorBuilder. setEscalationHandler(EscalationHandler escalationHandler)Specifies theEscalationHandlerfor issues escalating out of theOfficeinstances. -
Uses of EscalationHandler in net.officefloor.frame.impl.construct.officefloor
Methods in net.officefloor.frame.impl.construct.officefloor that return EscalationHandler Modifier and Type Method Description EscalationHandlerOfficeFloorBuilderImpl. getEscalationHandler()Methods in net.officefloor.frame.impl.construct.officefloor with parameters of type EscalationHandler Modifier and Type Method Description voidOfficeFloorBuilderImpl. setEscalationHandler(EscalationHandler escalationHandler) -
Uses of EscalationHandler in net.officefloor.frame.impl.execute.escalation
Constructors in net.officefloor.frame.impl.execute.escalation with parameters of type EscalationHandler Constructor Description EscalationHandlerEscalationFlow(EscalationHandler escalationHandler, OfficeMetaData officeMetaData)Initiate. -
Uses of EscalationHandler in net.officefloor.frame.impl.execute.officefloor
Classes in net.officefloor.frame.impl.execute.officefloor that implement EscalationHandler Modifier and Type Class Description classDefaultOfficeFloorEscalationHandler -
Uses of EscalationHandler in net.officefloor.frame.internal.configuration
Methods in net.officefloor.frame.internal.configuration that return EscalationHandler Modifier and Type Method Description EscalationHandlerOfficeFloorConfiguration. getEscalationHandler()Obtains theEscalationHandlerfor issues escalating out of theOfficeinstances. -
Uses of EscalationHandler in net.officefloor.frame.test
Classes in net.officefloor.frame.test that implement EscalationHandler Modifier and Type Class Description classConstructTestSupportConstruction testing of anOfficeTestSupport.
-