package schedframe.scheduling; import java.util.List; import schedframe.scheduling.tasks.TaskInterface; public interface TaskList extends List>{ }