Interface TimerGroup
- All Superinterfaces:
Controllable, Named
- All Known Subinterfaces:
TimerFactory
- All Known Implementing Classes:
TimerFactoryImpl, TimerGroupImpl
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.
-
Method Summary
Methods inherited from interface Controllable
contents, description, disable, enable, id, isEnabled
-
Method Details
-
add
-
remove
-