au.edu.mq.itec802.cardGame
Interface Game

All Known Implementing Classes:
BlackjackGame

public interface Game

The Interface Game for a card game.

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

Method Summary
 void play()
          Play the game.
 java.lang.String toString()
          Format and return results of the game.
 

Method Detail

play

void play()
Play the game.


toString

java.lang.String toString()
Format and return results of the game.

Overrides:
toString in class java.lang.Object
Returns:
the results of the game as String