au.edu.mq.itec802.cardGame
Interface Round

All Known Implementing Classes:
BlackjackRound

public interface Round

The Interface Round -- represents one round of a game.

Version:
$Id: Round.java 22/03/2011 jumbo$
Author:
Tomas Krajca

Method Summary
 void play()
          Play -- simulates playing one round of a game.
 java.lang.String toString()
          String representation of a round
 

Method Detail

toString

java.lang.String toString()
String representation of a round

Overrides:
toString in class java.lang.Object
Returns:
round as string

play

void play()
Play -- simulates playing one round of a game.