Package de.uka.ipd.sdq.scheduler.sensors
Interface IProcessStateSensor
-
public interface IProcessStateSensorObserver of the process' states.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidupdate(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.
-
-