public AnalystResult getReaction(DataForStrategy dfs){
if (dfs.getCurrentRound() == Rounds.PREFLOP){
ActionBeforePlay abp = getPreparedAction(dfs);
if (abp == ActionBeforePlay.ABP_CLOSEWINDOW){
return new AnalystResult(UIReaction.UIR_CLOSE_WINDOW, "");
}
}