Interface TimerAnnotationHelper.ManagedTimer

All Superinterfaces:
Controllable, Named, Timer, TimerAnnotationHelper.ManagedControllable, TimerAnnotationHelper.ManagedNamed
Enclosing class:
TimerAnnotationHelper

@ManagedObject @Description("A timer represents a particular action that has a duration from ENTER to EXIT") public static interface TimerAnnotationHelper.ManagedTimer extends Timer, TimerAnnotationHelper.ManagedControllable
  • Method Details

    • isActivated

      @ManagedAttribute @Description("True if this Timer is enabled, and can generate TimerEvents") boolean isActivated()
      Description copied from interface: Timer
      Return true if this Timer is ready to create TimerEvents. This is the case either if this Timer is enabled, or is reachable through contents() from an enabled TimerGroup.
      Specified by:
      isActivated in interface Timer