Blackjack

com.amoebacode.blackjack.command
Interface ICommand

All Known Implementing Classes:
GameCommand, PlayerHandCommand

public interface ICommand

ICommand is the common interface for all player hand and game commands. Commands are sent from the GUI to the core objects.

Version:
0.9
Author:
Jason Gurney

Method Summary
 void execute()
          Executes this command.
 

Method Detail

execute

public void execute()
Executes this command.

Blackjack

Copyright © 2002 amoebacode.com.