/** This method resets the incoming events (time events included). */
  protected void clearEvents() {
    sCInterface.clearEvents();

    for (int i = 0; i < timeEvents.length; i++) {
      timeEvents[i] = false;
    }
  }
 /** This method resets the incoming events (time events included). */
 protected void clearEvents() {
   sCInterface.clearEvents();
   sCIIfA.clearEvents();
   evInA = false;
   evInB = false;
   evInC = false;
   evInD = false;
   evInE = false;
   evInF = false;
 }
 protected void clearEvents() {
   sCInterface.clearEvents();
 }