private static class TimeoutFactory.TimeoutTargetImpl extends java.lang.Object implements TimeoutTarget
| Modifier and Type | Field and Description |
|---|---|
(package private) java.lang.Runnable |
runnable |
| Constructor and Description |
|---|
TimeoutTargetImpl(java.lang.Runnable runnable) |
| Modifier and Type | Method and Description |
|---|---|
void |
timedOut(Timeout ignored)
The timeout callback function is invoked when the timeout expires.
|
public void timedOut(Timeout ignored)
TimeoutTargettimedOut in interface TimeoutTarget