Interface Job

  • All Known Implementing Classes:
    StudioClockExecutor

    public interface Job
    Simple interface for performing a task (scheduled or unscheduled)
    Author:
    russdanner
    • Method Detail

      • execute

        void execute()
        execute the operation