示例#1
0
 private void recordCommand(Command command, CommandState state) {
   eventRecorder.record(command.getClass().getName(), state.ordinal());
 }