Class InvestigatorTabRunnableJob

    • Field Detail

      • m_Run

        protected Runnable m_Run
        the runnable to execute.
    • Constructor Detail

      • InvestigatorTabRunnableJob

        public InvestigatorTabRunnableJob​(AbstractInvestigatorTab owner,
                                          Runnable run)
        Initializes the job.
        Parameters:
        owner - the owning tab
    • Method Detail