Package de.uka.ipd.sdq.scheduler.sensors
Interface IProcessStateSensor
public interface IProcessStateSensor
Observer of the process' states.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
update
(PROCESS_STATE newState) Notifies the sensor about a state change of the process.
-
Method Details
-
update
Notifies the sensor about a state change of the process.
-