Interface TaskIfc<E>
- All Superinterfaces:
Comparable<Delayed>
,Delayed
- All Known Subinterfaces:
ExtendableTaskIfc<E>
- All Known Implementing Classes:
ReminderTask
,TimeoutTask
The TaskIfc interface represents a task that extends the Delayed interface and is parameterized by type E.
-
Field Summary
Fields -
Method Summary
Methods inherited from interface java.lang.Comparable
compareTo