| Interface | Description |
|---|---|
| IEventBus |
A simple publish / subscribe bus.
|
| Class | Description |
|---|---|
| EventBus |
A VM singleton for accessing a global
IEventBus. |
| EventSourceAll |
A predicate for accepting all source objects.
|
| EventSourceClass |
A predicate for accepting source objects of a certain class.
|
| EventSourcePredicate |
A predicate for filtering source objects in the
IEventBus. |
| FunctorSubscription |
This object describes a subscription to the
IEventBus. |
| StandardEventBus |
A simple standard implementation for the
IEventBus. |
| StandardEventSubscription |
The
StandardEventBus internal representation of a single
subscription. |
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.