private static class TimeoutFactory.TimeoutWorker
extends java.lang.Object
implements java.lang.Runnable
| Modifier and Type | Field and Description |
|---|---|
private TimeoutExt |
work |
| Constructor and Description |
|---|
TimeoutWorker(TimeoutExt work)
Create a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
run()
Override to fire the timeout.
|
private TimeoutExt work
TimeoutWorker(TimeoutExt work)
work - The timeout that should be fired.