Class AbstractBrowseNode.Loader

  • All Implemented Interfaces:
    java.lang.Runnable
    Enclosing class:
    AbstractBrowseNode

    protected class AbstractBrowseNode.Loader
    extends java.lang.Object
    implements java.lang.Runnable
    • Constructor Summary

      Constructors 
      Constructor Description
      Loader​(boolean synchronous)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void doRun()  
      void run()  
      • Methods inherited from class java.lang.Object

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

      • Loader

        public Loader​(boolean synchronous)
    • Method Detail

      • doRun

        public void doRun()
      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable