Package com.epicbot.api.shared.event
Interface IEpicBotScheduler
public interface IEpicBotScheduler
-
Method Summary
Modifier and TypeMethodDescriptionvoidRegisters the given schedule.voidunschedule(Object schedule) Unregisters the given schedule.
-
Method Details
-
schedule
Registers the given schedule. All methods in the given 'schedule' and its parent classes are checked forScheduleannotations.- Parameters:
schedule- the schedule
-
unschedule
Unregisters the given schedule.- Parameters:
schedule- the schedule
-