Class AbstractTreeMapModel.Worker

    • Constructor Summary

      Constructors 
      Constructor Description
      Worker()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Void call()  
      void cancel()
      Cancel the work being done.
      boolean isCancelled()
      Indicates whether the work has been cancelled.
      void setProgress​(int progress)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Worker

        public Worker()
    • Method Detail

      • call

        public java.lang.Void call()
                            throws java.lang.Exception
        Specified by:
        call in interface java.util.concurrent.Callable<java.lang.Void>
        Throws:
        java.lang.Exception
      • isCancelled

        public boolean isCancelled()
        Description copied from interface: TreeMapWorker
        Indicates whether the work has been cancelled.
        Specified by:
        isCancelled in interface TreeMapWorker
        Returns:
        true if cancelled, false otherwise