| 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 | Field and Description |
|---|---|
static EventType |
EventType.ALWAYS |
static EventType |
SuspendedEvent.ID |
static EventType |
StopRequestedEvent.ID |
static EventType |
StoppedEvent.ID |
static EventType |
StartedEvent.ID |
static EventType |
SelectionEvent.ID |
static EventType |
ResumedEvent.ID |
static EventType |
OkRequestedEvent.ID |
static EventType |
OkEvent.ID |
static EventType |
MessageEvent.ID |
static EventType |
Event.ID |
static EventType |
DestroyedEvent.ID |
static EventType |
DeactivatedEvent.ID |
static EventType |
CreatedEvent.ID |
static EventType |
CancelRequestedEvent.ID |
static EventType |
CancelEvent.ID |
static EventType |
AttributeChangedEvent.ID |
static EventType |
ActivatedEvent.ID |
| Modifier and Type | Method and Description |
|---|---|
EventType |
SuspendedEvent.getEventType() |
EventType |
StopRequestedEvent.getEventType() |
EventType |
StoppedEvent.getEventType() |
EventType |
StartedEvent.getEventType() |
EventType |
SelectionEvent.getEventType() |
EventType |
ResumedEvent.getEventType() |
EventType |
OkRequestedEvent.getEventType() |
EventType |
OkEvent.getEventType() |
EventType |
MessageEvent.getEventType() |
abstract EventType |
Event.getEventType() |
EventType |
DestroyedEvent.getEventType() |
EventType |
DeactivatedEvent.getEventType() |
EventType |
CreatedEvent.getEventType() |
EventType |
CancelRequestedEvent.getEventType() |
EventType |
CancelEvent.getEventType() |
EventType |
AttributeChangedEvent.getEventType() |
EventType |
ActivatedEvent.getEventType() |
static EventType |
EventType.lookupEventType(String name) |
| 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 | Method and Description |
|---|---|
EventType |
StandardEventSubscription.getEventType() |
| Modifier and Type | Method and Description |
|---|---|
void |
StandardEventSubscription.setEventType(EventType eventType) |
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 | Field and Description |
|---|---|
static EventType |
InvokeIntercept.ID |
static EventType |
InvokeAccept.ID |
| Modifier and Type | Method and Description |
|---|---|
EventType |
InvokeIntercept.getEventType() |
EventType |
InvokeAccept.getEventType() |
| Modifier and Type | Field and Description |
|---|---|
static EventType |
PreferencesChangeEvent.ID |
| Modifier and Type | Method and Description |
|---|---|
EventType |
PreferencesChangeEvent.getEventType() |
| Modifier and Type | Method and Description |
|---|---|
void |
PreferencesAdapter.addNotificationListener(EventType type,
INotificationListener listener) |
void |
PreferencesAdapter.removeNotificationListener(EventType type,
INotificationListener listener) |
| Modifier and Type | Field and Description |
|---|---|
static EventType |
InvokeIntercept.ID |
static EventType |
InvokeAccept.ID |
| Modifier and Type | Method and Description |
|---|---|
EventType |
InvokeIntercept.getEventType() |
EventType |
InvokeAccept.getEventType() |
| 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.