Class Display


  • public class Display
    extends Object
    Simple class getting the booking service (thanks to Blueprint), adding a random booking and displaying periodically.
    • Constructor Detail

      • Display

        public Display()
    • Method Detail

      • setClientService

        public void setClientService​(ClientService clientService)
        This setter is used by Blueprint to inject the client service.
      • init

        public void init()
        Init method used to start the thread.
      • destroy

        public void destroy()
        Destroy method used to stop the thread.