Interface TimerGroup

All Superinterfaces:
Controllable, Named
All Known Subinterfaces:
TimerFactory
All Known Implementing Classes:
TimerFactoryImpl, TimerGroupImpl

public interface TimerGroup extends Controllable
A TimerGroup is a collection of Controllables, which includes Timers and TimerGroups. The contents() method in a TimerGroup returns an unmodifiable set. The contents may only be updated throught the add and remove methods.