protected void afterWaitForStart(GenericEvent ge) throws Exception {
   if (ge != null) {
     ((ParticipantAgent) myAgent).waitForStart();
   }
 }