Blackjack Decision Maker
|
Generic abstract Callback Interface class. More...
#include <CallbackLinker.h>
Public Member Functions | |
virtual void | nextCallback (AcePlaysUtils &callbackData)=0 |
Abstract method. More... | |
Generic abstract Callback Interface class.
|
pure virtual |
Abstract method.
Implement method in a Derived class
callbackData | an AcePlaysUtils type object to pass all relevant data down the AcePlays pipeline |
Implemented in TestCallbackLinker, ToggleLED, StrategyEngine, GamePlay, and DetectCard.