|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GameObserver
An interface for a poker game observer.
Method Summary | |
---|---|
void |
actionEvent(int pos,
int action,
int amount)
|
void |
gameOverEvent()
|
void |
gameStartEvent(GameInfo gi)
|
void |
showdownEvent(int pos,
Card c1,
Card c2)
|
void |
stageEvent(int stage)
|
void |
winEvent(int pos,
int amount,
java.lang.String handName)
|
Method Detail |
---|
void gameStartEvent(GameInfo gi)
void actionEvent(int pos, int action, int amount)
void stageEvent(int stage)
void showdownEvent(int pos, Card c1, Card c2)
void winEvent(int pos, int amount, java.lang.String handName)
void gameOverEvent()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |