| Package | Description |
|---|---|
| won.bot.framework.eventbot.listener.impl |
| 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 |
WaitForNEventsListener
Listener that waits for N events, then publishes a FinishedEvent.
|
Copyright © 2018. All Rights Reserved.