iface.clearTableau(((TrickPkt) o).getWho());
} else if (o instanceof PlayPkt) {
iface.cardToTableau(((PlayPkt) o).getWho(), ((PlayPkt) o)
.getCard());
} else if (o instanceof BidPkt) {
BidPkt bp = (BidPkt) o;
iface.setBid(bp.getWho(), bp.getBid());
} else if (o instanceof SofarPkt) {
iface.playedSoFar(((SofarPkt) o).getCards());
} else if (o instanceof BootPkt) {
inGame = false;
iface.booted(((BootPkt) o).getMessage());