com.trows.taskExecutor.runnable
类 SyncEndRunnable
java.lang.Object
com.trows.taskExecutor.runnable.SyncEndRunnable
- 所有已实现的接口:
- BaseRunnable, Cloneable, Comparable<SyncEndRunnable>, Runnable
public class SyncEndRunnable
- extends Object
- implements BaseRunnable, Comparable<SyncEndRunnable>, Cloneable
Created by pengruoying on 2017/4/5.
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SyncEndRunnable
public SyncEndRunnable(BaseRunnable runnable,
List<Future> list)
getPriority
public long getPriority()
before
public void before()
- 指定者:
- 接口
BaseRunnable 中的 before
after
public void after()
- 指定者:
- 接口
BaseRunnable 中的 after
compareTo
public int compareTo(SyncEndRunnable runnable)
- 指定者:
- 接口
Comparable<SyncEndRunnable> 中的 compareTo
run
public void run()
- 指定者:
- 接口
Runnable 中的 run
Copyright © 2017. All Rights Reserved.