161162163164165166167168169170171
// If there is no director, then the model cannot be running, // so there is no need to notify. if (director != null) { synchronized (director) { director.notifyAll(); } } } else { try { Actor localActor = new ChannelActor(i, this);