*/
public void fire() throws IllegalActionException {
// Don't call "super.fire();" here, this actor contains its
// own director.
CompositeActor container = (CompositeActor) getContainer();
Iterator actors = container.entityList().iterator();
_postfireReturns = true;
while (actors.hasNext() && !_stopRequested) {
Actor actor = (Actor) actors.next();