| Package | Description |
|---|---|
| de.intarsys.tools.eventbus |
| Modifier and Type | Class and Description |
|---|---|
class |
EventSourceAll
A predicate for accepting all source objects.
|
class |
EventSourceClass
A predicate for accepting source objects of a certain class.
|
| Modifier and Type | Method and Description |
|---|---|
EventSourcePredicate |
StandardEventSubscription.getSourcePredicate() |
| Modifier and Type | Method and Description |
|---|---|
void |
StandardEventSubscription.setSourcePredicate(EventSourcePredicate sourcePredicate) |
void |
StandardEventBus.subscribe(EventSourcePredicate predicate,
EventType type,
INotificationListener listener) |
void |
IEventBus.subscribe(EventSourcePredicate predicate,
EventType type,
INotificationListener listener)
Indicate that listener should be informed whenever a notification of
EventType type isissued by a source accepted by predicate. |
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.