Package de.uka.ipd.sdq.scheduler.sensors
Interface IProcessStateSensor
-
public interface IProcessStateSensor
Observer of the process' states.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
update(PROCESS_STATE newState)
Notifies the sensor about a state change of the process.
-
-
-
Method Detail
-
update
void update(PROCESS_STATE newState)
Notifies the sensor about a state change of the process.
-
-