SerialEvent() wont work

void serialEventRun(void) {
  if (Serial.available()) serialEvent();
}

works for serial but what is the code for serialEvent3?