|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TableObserver | |
---|---|
blackjackanalyst | |
blackjackanalyst.observer |
Uses of TableObserver in blackjackanalyst |
---|
Methods in blackjackanalyst that return types with arguments of type TableObserver | |
---|---|
ObserverList<TableObserver> |
Table.getObservers()
Returns the list of observers, to which observers for this table can be added, removed, and so forth. |
Uses of TableObserver in blackjackanalyst.observer |
---|
Classes in blackjackanalyst.observer that implement TableObserver | |
---|---|
class |
AbstractTableObserver
An abstract class that defines an empty body for each method of interface TableObserver . |
class |
ConsoleTableObserver
An implementation of interface TableObserver that writes to
the console. |
class |
WinLossTableObserver
A table observer that records the number of wins and losses players have had at a given table. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |