Interface OfficeFloorListener

    • Method Detail

      • officeFloorOpened

        void officeFloorOpened​(OfficeFloorEvent event)
                        throws java.lang.Exception
        Notifies that the OfficeFloor has been opened.
        Parameters:
        event - OfficeFloorEvent.
        Throws:
        java.lang.Exception - If fails to handle open listen logic.
      • officeFloorClosed

        void officeFloorClosed​(OfficeFloorEvent event)
                        throws java.lang.Exception
        Notifies that the OfficeFloor has been closed.
        Parameters:
        event - OfficeFloorEvent.
        Throws:
        java.lang.Exception - If fails to handle close listen logic.