private static void fireBefore(MulticastFSMProbe p, int oldState, int newState) {
   if (!p.isEmpty()) p.fireBeforeTransition(oldState, newState);
 }