public.javadoc.org.spincast.plugins.scheduledtasks.SpincastScheduledTaskRegister.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spincast-website Show documentation
Show all versions of spincast-website Show documentation
Source code for the https://www.spincast.org website.
SpincastScheduledTaskRegister (org.spincast:spincast-framework 1.14.0 API)
org.spincast.plugins.scheduledtasks
Interface SpincastScheduledTaskRegister
-
- All Superinterfaces:
- ServerStartedListener
- All Known Implementing Classes:
- SpincastScheduledTaskRegistrerDefault
public interface SpincastScheduledTaskRegister
extends ServerStartedListener
Gets all Scheduled Tasks that were bound in Guice's context
and register them with the Scheduler.
-
-
Method Summary
All Methods Instance Methods Abstract Methods
Modifier and Type
Method and Description
void
registerScheduledTask(SpincastScheduledTask task)
Register a SpincastScheduledTask
on the
Scheduler.
-
Methods inherited from interface org.spincast.core.server.ServerStartedListener
serverStartedSuccessfully
-
-
Method Detail
-
registerScheduledTask
void registerScheduledTask(SpincastScheduledTask task)
Register a SpincastScheduledTask
on the
Scheduler.
Copyright © 2019. All rights reserved.