示例#1
0
 public boolean executeAction(ChessBoard board) throws CaptureException {
   return board.capture(this);
 }