Interface IMonitor

All Superinterfaces:
IPlugin
All Known Implementing Classes:
DefaultMonitor

public interface IMonitor extends IPlugin
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setProgress(double percentage)
     
    void
    setState(SchedulerState schedulerState)
     

    Methods inherited from interface com.vernaio.kayros.engine.v2.api.IPlugin

    getId, getTitle
  • Method Details

    • setProgress

      void setProgress(double percentage)
    • setState

      void setState(SchedulerState schedulerState)