| Package | Description |
|---|---|
| won.bot.framework.eventbot.listener | |
| won.bot.framework.eventbot.listener.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDoOnceAfterNEventsListener
Counts how often it is called, offers to call a callback when a certain number is reached.
|
class |
AbstractHandleFirstNEventsListener
Counts how often it is called, offers to call a callback when a certain number is reached.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ActionOnceAfterNEventsListener
Counts how often it is called, offers to call a callback when a certain number is reached.
|
class |
ActionOnFirstEventListener
Executes its action exactly once, only when the first event is seen, then unregisters.
|
class |
ActionOnFirstNEventsListener
User: fkleedorfer
Date: 06.04.14
|
class |
AutomaticMessageResponderListener
Listener that responds to open and message events with automatic messages.
|
class |
AutomaticMonitoredMessageResponderListener
Listener that responds to open and message events with automatic messages.
|
class |
WaitForNEventsListener
Listener that waits for N events, then publishes a FinishedEvent.
|
Copyright © 2018. All Rights Reserved.