Class OnStartMessageNotifier.ShowMessagesTask

java.lang.Object
org.jjazz.startup.api.OnStartMessageNotifier.ShowMessagesTask
All Implemented Interfaces:
OnShowingTask
Enclosing class:
OnStartMessageNotifier

public static class OnStartMessageNotifier.ShowMessagesTask extends Object implements OnShowingTask
  • Constructor Details

    • ShowMessagesTask

      public ShowMessagesTask()
  • Method Details

    • run

      public void run()
      Description copied from interface: OnShowingTask
      This method is called upon startup when UI is ready.

      NOTE: call is made on a dedicated thread which is not the EDT: if your task updates UI using e.g. SwingUtilities.invokeLater() might be required in some cases.

      Specified by:
      run in interface OnShowingTask
    • getPriority

      public int getPriority()
      Description copied from interface: OnShowingTask
      Get the priority of the task.

      When Netbeans UI is ready tasks are executed one after the other by priority ascending order.

      Specified by:
      getPriority in interface OnShowingTask
      Returns:
    • getName

      public String getName()
      Description copied from interface: OnShowingTask
      Name of the task.

      Used for logging.

      Specified by:
      getName in interface OnShowingTask
      Returns: