Interface Timer

All Superinterfaces:
Controllable, Named
All Known Implementing Classes:
TimerImpl

public interface Timer extends Controllable
Used to create specific TimerEvent instances through a TimerEventController. The contents() method in a Timer returns an unmodifiable empty set.
  • Method Details

    • isActivated

      boolean isActivated()
      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.