| Class | Description |
|---|---|
| ActionOnceAfterNEventsListener |
Counts how often it is called, offers to call a callback when a certain number is reached.
|
| ActionOnEventListener |
Executes a task when an event is seen.
|
| ActionOnFirstEventListener |
Executes its action exactly once, only when the first event is seen, then unregisters.
|
| ActionOnFirstNEventsListener |
User: fkleedorfer
Date: 06.04.14
|
| AutomaticBAMessageResponderListener |
Created with IntelliJ IDEA.
|
| AutomaticMessageResponderListener |
Listener that responds to open and message events with automatic messages.
|
| AutomaticMonitoredMessageResponderListener |
Listener that responds to open and message events with automatic messages.
|
| PublishEventAfterNEventsListener<T extends Event> |
EventListener that counts the events it is subscribed for and after having
seen a specified number of events, publishes a specified event.
|
| WaitForNEventsListener |
Listener that waits for N events, then publishes a FinishedEvent.
|
Copyright © 2018. All Rights Reserved.