public abstract static class TestDriver.Event
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected com.google.common.base.Function<TestDriver,java.lang.Void> |
function |
| Constructor and Description |
|---|
TestDriver.Event(com.google.common.base.Function<TestDriver,java.lang.Void> function) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
addToExecutor(java.util.concurrent.ScheduledExecutorService service,
TestDriver driver) |
protected com.google.common.base.Function<TestDriver,java.lang.Void> function
public TestDriver.Event(com.google.common.base.Function<TestDriver,java.lang.Void> function)
public abstract void addToExecutor(java.util.concurrent.ScheduledExecutorService service,
TestDriver driver)