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 void
OfficeFloorMBeanRegistratorImpl. officeFloorClosed(OfficeFloorEvent event)
void
OfficeFloorMBeanRegistratorImpl. 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 void
OfficeFloorListener. officeFloorClosed(OfficeFloorEvent event)
Notifies that theOfficeFloor
has been closed.void
OfficeFloorListener. officeFloorOpened(OfficeFloorEvent event)
Notifies that theOfficeFloor
has 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 void
NettyHttpServerImplementation. officeFloorClosed(OfficeFloorEvent event)
void
NettyHttpServerImplementation. 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 void
UndertowHttpServerImplementation. officeFloorClosed(OfficeFloorEvent event)
void
UndertowHttpServerImplementation. officeFloorOpened(OfficeFloorEvent event)
-