use of won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsTextBot.CompletedFPBot in project webofneeds by researchstudio-sat.
the class BAAtomicCCAdditionalParticipants method getFirstPhaseScripts.
protected List<BATestBotScript> getFirstPhaseScripts() {
List<BATestBotScript> scripts = new ArrayList<BATestBotScript>(2);
// Coordination message is sent as TEXT
scripts.add(new CompletedFPBot());
scripts.add(new CompletedFPBot());
return scripts;
}
use of won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsTextBot.CompletedFPBot in project webofneeds by researchstudio-sat.
the class BAAtomicCCAdditionalParticipants method getFirstPhaseScriptsWithDelay.
protected List<BATestBotScript> getFirstPhaseScriptsWithDelay() {
List<BATestBotScript> scripts = new ArrayList<BATestBotScript>(2);
scripts.add(new CompletedFPBot());
scripts.add(new CompletedFPBot());
return scripts;
}
Aggregations