Class PostponedDisplayDialogMessage

  • All Implemented Interfaces:
    java.lang.Runnable

    public class PostponedDisplayDialogMessage
    extends TimedTask
    Post a display message in the form of a dialog template, but postpone it. The task is added to the task list after construction.
    Author:
    Andi Hotz, (c) Sahits GmbH, 2015 Created on Apr 06, 2015
    • Field Detail

      • clientEventBus

        @Autowired
        @Qualifier("clientEventBus")
        private com.google.common.eventbus.AsyncEventBus clientEventBus
      • locale

        @Autowired
        private Locale locale
      • messageSource

        @Autowired
        @Qualifier("messageSource")
        private org.springframework.context.MessageSource messageSource
    • Constructor Detail

      • PostponedDisplayDialogMessage

        public PostponedDisplayDialogMessage​(java.time.LocalDateTime executionTime,
                                             EMessageCategory category,
                                             DialogTemplate template)
    • Method Detail

      • initialize

        @PostConstruct
        private void initialize()
      • run

        public void run()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object