类 VerboseRunnable

java.lang.Object
com.tlcsdm.core.concurrent.VerboseRunnable
所有已实现的接口:
Runnable

public class VerboseRunnable extends Object implements Runnable
Wrapper for Runnable.
作者:
unknowIfGuestInDream
  • 字段详细资料

    • runnable

      private final Runnable runnable
  • 构造器详细资料

    • VerboseRunnable

      public VerboseRunnable(Runnable runnable)
  • 方法详细资料

    • run

      public void run()
      指定者:
      run 在接口中 Runnable