Uses of Interface
net.officefloor.frame.api.build.OfficeFloorEvent
-
Packages that use OfficeFloorEvent Package Description net.officefloor.compile.impl.structure net.officefloor.frame.api.build net.officefloor.server.http.netty net.officefloor.server.http.undertow -
-
Uses of OfficeFloorEvent in net.officefloor.compile.impl.structure
Methods in net.officefloor.compile.impl.structure with parameters of type OfficeFloorEvent Modifier and Type Method Description voidOfficeFloorMBeanRegistratorImpl. 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 OfficeFloorEvent Modifier and Type Method Description voidOfficeFloorListener. 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 OfficeFloorEvent Modifier and Type Method Description voidNettyHttpServerImplementation. 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 OfficeFloorEvent Modifier and Type Method Description voidUndertowHttpServerImplementation. officeFloorClosed(OfficeFloorEvent event)voidUndertowHttpServerImplementation. officeFloorOpened(OfficeFloorEvent event)
-