Package org.craftercms.studio.api.v1.job
Interface Job
-
- All Known Implementing Classes:
StudioClockExecutor
public interface Job
Simple interface for performing a task (scheduled or unscheduled)- Author:
- russdanner
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
execute()
execute the operation
-