| Package | Description |
|---|---|
| won.bot.framework.eventbot.behaviour |
| Modifier and Type | Class and Description |
|---|---|
class |
AnalyzeBehaviour |
class |
BehaviourBarrier
User: fkleedorfer
Date: 29.08.2017
|
class |
CloseBevahiour
Behaviour that responds to a CloseCommand by executing the ExecuteCommandAction
|
class |
ConnectBehaviour
Behaviour that responds to a ConnectCommand by executing the ExecuteCommandAction
|
class |
ConnectionMessageBehaviour
Behaviour that responds to a ConnectionMessageCommand by executing the ExecuteConnectionMessageCommandAction
|
class |
CoordinationBehaviour
Combines two behaviours.
|
class |
CrawlConnectionDataBehaviour
Crawls the complete connection data.
|
class |
DeactivateNeedBehaviour
Created by fsuda on 17.05.2017.
|
class |
EagerlyPopulateCacheBehaviour |
class |
ExecuteWonMessageCommandBehaviour
Behaviour that causes all WonMessageCommand events to be executed.
|
class |
FactoryBotHintBehaviour
FactoryBotHintBehaviour
|
class |
FactoryBotInitBehaviour
InitFactoryBotBehaviour
|
| Modifier and Type | Method and Description |
|---|---|
BotBehaviour |
BotBehaviourEvent.getBehaviour() |
| Modifier and Type | Method and Description |
|---|---|
static CoordinationBehaviour |
CoordinationBehaviour.connectActivateActivate(EventListenerContext context,
BotBehaviour behaviourA,
BotBehaviour behaviourB) |
static CoordinationBehaviour |
CoordinationBehaviour.connectActivateDeactivate(EventListenerContext context,
BotBehaviour behaviourA,
BotBehaviour behaviourB) |
static CoordinationBehaviour |
CoordinationBehaviour.connectDeactivateActivate(EventListenerContext context,
BotBehaviour behaviourA,
BotBehaviour behaviourB) |
static CoordinationBehaviour |
CoordinationBehaviour.connectDeactivateDeactivate(EventListenerContext context,
BotBehaviour behaviourA,
BotBehaviour behaviourB) |
void |
BotBehaviour.onActivateActivate(BotBehaviour... nextBehaviours) |
void |
BotBehaviour.onActivateDeactivate(BotBehaviour... nextBehaviours) |
void |
BotBehaviour.onDeactivateActivate(BotBehaviour... nextBehaviours) |
void |
BotBehaviour.onDeactivateDeactivate(BotBehaviour... nextBehaviours) |
void |
BehaviourBarrier.thenStart(BotBehaviour botBehaviour) |
void |
BehaviourBarrier.waitFor(BotBehaviour botBehaviour) |
| Constructor and Description |
|---|
BotBehaviourActivatedEvent(BotBehaviour behaviour) |
BotBehaviourActivatedEvent(BotBehaviour behaviour,
java.util.Optional<java.lang.Object> message) |
BotBehaviourDeactivatedEvent(BotBehaviour behaviour) |
BotBehaviourDeactivatedEvent(BotBehaviour behaviour,
java.util.Optional<java.lang.Object> message) |
BotBehaviourEvent(BotBehaviour behaviour) |
BotBehaviourEvent(BotBehaviour behaviour,
java.util.Optional<java.lang.Object> message) |
BotBehaviourFailedEvent(BotBehaviour botBehaviour,
java.lang.Exception exception) |
BotBehaviourFailedEvent(BotBehaviour behaviour,
java.util.Optional<java.lang.Object> message,
java.lang.Exception exception) |
Copyright © 2018. All Rights Reserved.