Class InvestigatorTabJob

    • Constructor Detail

      • InvestigatorTabJob

        public InvestigatorTabJob​(AbstractInvestigatorTab owner,
                                  String title)
        Initializes the job.
        Parameters:
        owner - the owning tab
    • Method Detail

      • getTitle

        public String getTitle()
        Returns the title of the job.
        Returns:
        the title
      • preRun

        protected void preRun()
        Gets called before the execution.
      • doRun

        protected abstract void doRun()
        Performs the actual execution.
      • postRun

        protected void postRun()
        Gets called after execution.
      • run

        public void run()
        Executes the job.
        Specified by:
        run in interface Runnable