25262728293031
public Event execute(Match match) { MatchState state = match.getState(); if (state != MatchState.started) throw new IllegalStateException(state.toString()); return new EndMatchEvent(); }