Uses of Interface
net.officefloor.frame.api.build.OfficeFloorEvent
Packages that use OfficeFloorEvent
Package
Description
-
Uses of OfficeFloorEvent in net.officefloor.compile.impl.structure
Methods in net.officefloor.compile.impl.structure with parameters of type OfficeFloorEventModifier and TypeMethodDescriptionvoidOfficeFloorMBeanRegistratorImpl.officeFloorClosed(OfficeFloorEvent event) voidOfficeFloorMBeanRegistratorImpl.officeFloorOpened(OfficeFloorEvent event) -
Uses of OfficeFloorEvent in net.officefloor.frame.api.build
Methods in net.officefloor.frame.api.build with parameters of type OfficeFloorEventModifier and TypeMethodDescriptionvoidOfficeFloorListener.officeFloorClosed(OfficeFloorEvent event) Notifies that theOfficeFloorhas been closed.voidOfficeFloorListener.officeFloorOpened(OfficeFloorEvent event) Notifies that theOfficeFloorhas been opened. -
Uses of OfficeFloorEvent in net.officefloor.server.http.netty
Methods in net.officefloor.server.http.netty with parameters of type OfficeFloorEventModifier and TypeMethodDescriptionvoidNettyHttpServerImplementation.officeFloorClosed(OfficeFloorEvent event) voidNettyHttpServerImplementation.officeFloorOpened(OfficeFloorEvent event) -
Uses of OfficeFloorEvent in net.officefloor.server.http.undertow
Methods in net.officefloor.server.http.undertow with parameters of type OfficeFloorEventModifier and TypeMethodDescriptionvoidUndertowHttpServerImplementation.officeFloorClosed(OfficeFloorEvent event) voidUndertowHttpServerImplementation.officeFloorOpened(OfficeFloorEvent event) -
Uses of OfficeFloorEvent in net.officefloor.server.http.vertx
Methods in net.officefloor.server.http.vertx with parameters of type OfficeFloorEventModifier and TypeMethodDescriptionvoidVertxHttpServerImplementation.officeFloorClosed(OfficeFloorEvent event) voidVertxHttpServerImplementation.officeFloorOpened(OfficeFloorEvent event)