Uses of Interface
me.escapeNT.pail.scheduler.ScheduledTask

Packages that use ScheduledTask
me.escapeNT.pail.scheduler   
 

Uses of ScheduledTask in me.escapeNT.pail.scheduler
 

Classes in me.escapeNT.pail.scheduler that implement ScheduledTask
 class BackupTask
          Class representing a scheduled world backup task.
 class ConsoleCommandTask
          Class representing a console command task.
 class ServerTask
          Class representing a scheduled server task.
 

Methods in me.escapeNT.pail.scheduler that return ScheduledTask
 ScheduledTask Scheduler.getTask(String name)
          Gets a task matching a specified name, or null if it isn't found.
 

Methods in me.escapeNT.pail.scheduler that return types with arguments of type ScheduledTask
static HashMap<ScheduledTask,Boolean> Scheduler.getTasks()
          Gets the map of all currently registered tasks and whether they have been executed yet.
 

Methods in me.escapeNT.pail.scheduler with parameters of type ScheduledTask
static boolean Scheduler.isTaskRegistered(ScheduledTask task)
          Determines if a task has already been registered with the scheduler.
static void Scheduler.registerTask(ScheduledTask task)
          Registers a task to be executed.
 



Copyright © 2011. All Rights Reserved.