Interface IProcessStateSensor


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

    Modifier and Type
    Method
    Description
    void
    Notifies the sensor about a state change of the process.
  • Method Details

    • update

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