コード例 #1
0
 @Override
 public void doReverse() {
   for (ActionHistorique ah : actions) {
     ah.doReverse();
   }
 }