org.ninm.games.cardgames
Interface Bid

All Known Implementing Classes:
BelotBid

public interface Bid

an interface which all bid types must implement

Version:
1.0
Author:
Nikolay

Method Summary
 java.lang.String getDisplayValue()
          returns the display value for this bid
 

Method Detail

getDisplayValue

public java.lang.String getDisplayValue()
returns the display value for this bid

Returns:
String the display value for this bud

SourceForge.net Logo