| ... has to be started through a method call. |
| ... can Animate exactly one object of type Animate. |
| ... calls when started the Animate object's act() method in an indefinite loop. |
| ... has to contain an act() method. |
| ... is bound to an Animate object through its constructor parameter. |
| ... can Animate any number of objects. |
| ... can Animate any type of object. |