Uses of Interface
net.officefloor.frame.api.build.OfficeFloorEvent
-
-
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.frame.impl.execute.clock
Methods in net.officefloor.frame.impl.execute.clock with parameters of type OfficeFloorEvent Modifier and Type Method Description void
ClockFactoryImpl. officeFloorClosed(OfficeFloorEvent event)
void
ClockFactoryImpl. officeFloorOpened(OfficeFloorEvent event)
-
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)
-