//FIXME : use top card instead !
Card playedcard = from.getSortedList().get(0);
ArrayList<Card> colcards = new ArrayList<Card>();
colcards.add(playedcard);
ActionPick action = new ActionPick();
try {
action
.playerActed(new ActionEvent(game, player, from, to,
colcards));
} catch (ActionException e) {
// there shouldn't be any problem here !
e.printStackTrace();