| Package | Description |
|---|---|
| won.bot.framework.eventbot.action.impl.counter |
| Modifier and Type | Class and Description |
|---|---|
class |
CounterImpl
Counter that is intended to be shared between actions and listeners.
|
class |
EventPublishingCounter
Counter that publishes a CountEvent each time it counts.
|
class |
TargetCounterDecorator
User: fkleedorfer
Date: 30.04.14
|
| Modifier and Type | Method and Description |
|---|---|
protected Counter |
BaseCounterAction.getCounter() |
Counter |
TargetCountReachedEvent.getCounter() |
| Constructor and Description |
|---|
BaseCounterAction(EventListenerContext eventListenerContext,
Counter counter) |
DecrementCounterAction(EventListenerContext eventListenerContext,
Counter counter) |
IncrementCounterAction(EventListenerContext eventListenerContext,
Counter counter) |
TargetCounterDecorator(EventListenerContext context,
Counter delegate,
int targetCount) |
Copyright © 2018. All Rights Reserved.