Class DimmableActuator

java.lang.Object
entity.actuator.Actuator
entity.actuator.DimmableActuator

public class DimmableActuator extends Actuator
An Actuator that can be dimmed.
  • Constructor Details

    • DimmableActuator

      public DimmableActuator(ActuatorID actuatorID, ActuatorType actuatorType)
      Default constructor.
      Parameters:
      actuatorID - the actuator id.
      actuatorType - the actuator type.
  • Method Details

    • setIntensity

      public void setIntensity(int intensity, DimmableInvoker invoker)
      Set the intensity of the actuator.
      Parameters:
      intensity - the intensity.
      invoker - the invoker to call