public static class CountDownManager.Builder
extends java.lang.Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
CountDownManager |
build() |
CountDownManager.Builder |
setCountDownInterval(long countDownInterval) |
CountDownManager.Builder |
setCountDownListener(CountDownManager.CountDownListener countDownListener) |
CountDownManager.Builder |
setMillisInFuture(long millisInFuture) |
public CountDownManager.Builder setMillisInFuture(long millisInFuture)
public CountDownManager.Builder setCountDownInterval(long countDownInterval)
public CountDownManager.Builder setCountDownListener(CountDownManager.CountDownListener countDownListener)
public CountDownManager build()