Package com.nt.udc.testnodechain.timeout.tasks.interfaces
package com.nt.udc.testnodechain.timeout.tasks.interfaces
-
InterfacesClassDescriptionThe ExtendableTaskIfc interface represents a task that can be extended and extends the TaskIfc interface.TaskIfc<E>The TaskIfc interface represents a task that extends the Delayed interface and is parameterized by type E.