public class QueueDebugCallBack extends java.lang.Object implements DebugStepBack
构造器和说明 |
---|
QueueDebugCallBack() |
限定符和类型 | 方法和说明 |
---|---|
void |
onStepBack(DebugResult ret,
DebugExecutor executor) |
DebugResult |
peek() |
DebugResult |
poll(long timeout,
java.util.concurrent.TimeUnit unit) |
DebugResult |
take() |
public void onStepBack(DebugResult ret, DebugExecutor executor)
onStepBack
在接口中 DebugStepBack
public DebugResult peek()
peek
在接口中 DebugStepBack
public DebugResult take()
take
在接口中 DebugStepBack
public DebugResult poll(long timeout, java.util.concurrent.TimeUnit unit)
poll
在接口中 DebugStepBack