Blackjack

com.amoebacode.blackjack.display.action
Interface QueueableAction

All Known Implementing Classes:
AddCardAction, DrawNetGainAction, TurnOverCardAction, UpdateBalanceLabelAction, UpdateGameCommandsAction, UpdateHandCommandsAction, DisplayNetGainAction

public interface QueueableAction

QueueableAction is the common interface for all queued display actions.

Version:
0.9
Author:
Jason Gurney

Method Summary
 void performAction()
          Performs this action (called when the queue is processing).
 

Method Detail

performAction

public void performAction()
Performs this action (called when the queue is processing).

Blackjack

Copyright © 2002 amoebacode.com.