Package entity.actuator.invoker
Interface DimmableInvoker
- All Known Implementing Classes:
WotInvoker
public interface DimmableInvoker
Interface that models an actuator invoker that ca be turned on with an intensity.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setIntensity
(ActuatorID actuatorID, int intensity) Set the intensity of the actuator.
-
Method Details
-
setIntensity
Set the intensity of the actuator.- Parameters:
actuatorID
- the id of the actuator.intensity
- the intensity to set in the actuator.
-