| Modifier and Type | Method and Description |
|---|---|
void |
StandardInstrumentRegistry.addNotificationListener(EventType type,
INotificationListener listener) |
void |
StandardInstrumentRegistry.Facade.addNotificationListener(EventType type,
INotificationListener listener) |
void |
StandardInstrumentRegistry.removeNotificationListener(EventType type,
INotificationListener listener) |
void |
StandardInstrumentRegistry.Facade.removeNotificationListener(EventType type,
INotificationListener listener) |
| Modifier and Type | Class and Description |
|---|---|
class |
DeferredEventDispatcher
Pluggable helper object for management and dispatching of events.
|
class |
EventDispatcher
Pluggable helper object for management and dispatching of events.
|
| Modifier and Type | Method and Description |
|---|---|
void |
INotificationSupport.addNotificationListener(EventType type,
INotificationListener listener)
Add
listener to the collection of objects to be informed
when the receiver triggers an event of type name. |
void |
EventDispatcher.addNotificationListener(EventType type,
INotificationListener listener) |
void |
DeferredEventDispatcher.addNotificationListener(EventType type,
INotificationListener listener) |
void |
INotificationSupport.removeNotificationListener(EventType type,
INotificationListener listener)
Remove
listener from the collection of objects to be
informed about events of type name. |
void |
EventDispatcher.removeNotificationListener(EventType type,
INotificationListener listener) |
void |
DeferredEventDispatcher.removeNotificationListener(EventType type,
INotificationListener listener) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IEventBus
A simple publish / subscribe bus.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StandardEventBus
A simple standard implementation for the
IEventBus. |
| Modifier and Type | Method and Description |
|---|---|
INotificationListener |
StandardEventSubscription.getListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
StandardEventSubscription.setListener(INotificationListener listener) |
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. |
| Modifier and Type | Method and Description |
|---|---|
void |
FunctorFieldHandler.addNotificationListener(EventType type,
INotificationListener listener) |
void |
FunctorFieldHandler.removeNotificationListener(EventType type,
INotificationListener listener) |
| Modifier and Type | Method and Description |
|---|---|
void |
MemoryLogHandler.addNotificationListener(EventType type,
INotificationListener listener) |
void |
MemoryLogHandler.removeNotificationListener(EventType type,
INotificationListener listener) |
| Modifier and Type | Method and Description |
|---|---|
INotificationListener |
InvokeIntercept.getDispatcher() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
ObjectModelTools.invokeIntercept(Object receiver,
INotificationListener dispatcher,
String name,
IArgs args) |
static Object |
ObjectModelTools.invokeIntercept(Object receiver,
Object id,
INotificationListener dispatcher,
String name,
IArgs args) |
| Constructor and Description |
|---|
InvokeIntercept(Object receiver,
INotificationListener dispatcher,
IMethod method,
IArgs args) |
| Modifier and Type | Method and Description |
|---|---|
void |
PreferencesAdapter.addNotificationListener(EventType type,
INotificationListener listener) |
void |
PreferencesAdapter.removeNotificationListener(EventType type,
INotificationListener listener) |
| Modifier and Type | Method and Description |
|---|---|
void |
CommonNode.addNotificationListener(EventType type,
INotificationListener listener) |
void |
CommonNode.removeNotificationListener(EventType type,
INotificationListener listener) |
| Modifier and Type | Method and Description |
|---|---|
void |
UIComponent.addNotificationListener(EventType type,
INotificationListener listener) |
void |
UIComponent.removeNotificationListener(EventType type,
INotificationListener listener) |
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.