Class OnStartMessageNotifier.ShowMessagesTask
java.lang.Object
org.jjazz.startup.api.OnStartMessageNotifier.ShowMessagesTask
-
Constructor Details
-
ShowMessagesTask
public ShowMessagesTask()
-
-
Method Details
-
run
public void run()Description copied from interface:OnShowingTaskThis 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:
runin interfaceOnShowingTask
-
getPriority
public int getPriority()Description copied from interface:OnShowingTaskGet the priority of the task.When Netbeans UI is ready tasks are executed one after the other by priority ascending order.
- Specified by:
getPriorityin interfaceOnShowingTask- Returns:
-
getName
Description copied from interface:OnShowingTaskName of the task.Used for logging.
- Specified by:
getNamein interfaceOnShowingTask- Returns:
-