类 DelegatingWork

    • 构造器详细资料

    • 方法详细资料

      • getDelegate

        public final Runnable getDelegate()
        已过时。
        Return the wrapped Runnable implementation.
      • run

        public void run()
        已过时。
        Delegates execution to the underlying Runnable.
        指定者:
        run 在接口中 Runnable
      • release

        public void release()
        已过时。
        This implementation is empty, since we expect the Runnable to terminate based on some specific shutdown signal.
        指定者:
        release 在接口中 Work