Interface IProcessStateSensor


  • public interface IProcessStateSensor
    Observer of the process' states.
    • Method Detail

      • update

        void update​(PROCESS_STATE newState)
        Notifies the sensor about a state change of the process.