Interface Job

All Known Implementing Classes:
StudioClockExecutor

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

    Modifier and Type
    Method
    Description
    void
    execute the operation
  • Method Details

    • execute

      void execute()
      execute the operation