public abstract class TimedEntry
extends java.lang.Object
| Constructor and Description |
|---|
TimedEntry() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isDisabled() |
protected abstract void |
timedOut()
Runs what should be done at time out.
|
java.lang.String |
toString() |