public class FactoryBotHintBehaviour extends BotBehaviour
activeListeners, context, coordinationBehaviours, logger, name| Constructor and Description |
|---|
FactoryBotHintBehaviour(EventListenerContext context) |
FactoryBotHintBehaviour(EventListenerContext context,
java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
onActivate(java.util.Optional<java.lang.Object> message)
Activates the behaviour by registering listeners, if you addListeners with the subscribeWithAutoCleanup method, you
do not have to clean them within the onCleanup method.
|
activate, activate, deactivate, deactivate, getName, isActive, onActivateActivate, onActivateDeactivate, onCleanup, onDeactivateActivate, onDeactivateDeactivate, subscribeWithAutoCleanuppublic FactoryBotHintBehaviour(EventListenerContext context)
public FactoryBotHintBehaviour(EventListenerContext context, java.lang.String name)
protected void onActivate(java.util.Optional<java.lang.Object> message)
BotBehaviouronActivate in class BotBehaviourCopyright © 2018. All Rights Reserved.