| Package | Description |
|---|---|
| de.intarsys.tools.event | |
| de.intarsys.tools.eventbus | |
| de.intarsys.tools.objectmodel | |
| de.intarsys.tools.preferences |
| Modifier and Type | Class and Description |
|---|---|
class |
ActivatedEvent
An event indicating the activation of an application component.
|
class |
AttributeChangedEvent
An event representing an objects state change.
|
class |
CancelEvent
An event indicating the negatively acknowledged outcome of an execution.
|
class |
CancelRequestedEvent
An event indicating the request to deny positive termination.
|
class |
CreatedEvent
An event indicating the creation of a new instance by a factory.
|
class |
DeactivatedEvent
An event indicating the de-activation of an application component.
|
class |
DestroyedEvent
An event indicating the destruction of an instance.
|
class |
MessageEvent
An event indicating a one way message to an observer.
|
class |
OkEvent
An event indicating the positively acknowledged outcome of an execution.
|
class |
OkRequestedEvent
An event indicating the the request to positively terminate.
|
class |
ResumedEvent
An event indicating that a component is resumed.
|
class |
SelectionEvent
An event indicating a selection.
|
class |
StartedEvent
An event indicating the start of an application component.
|
class |
StoppedEvent
An event indicating the stop of an application component.
|
class |
StopRequestedEvent
An event indicating that the stop for an application component was requested.
|
class |
SuspendedEvent
An event indicating that a component is supended.
|
| Modifier and Type | Method and Description |
|---|---|
void |
INotificationListener.handleEvent(Event event)
Called when an event occurs.
|
void |
EventDispatcher.handleEvent(Event event) |
void |
DeferredEventDispatcher.handleEvent(Event event) |
void |
EventDispatcher.triggerEvent(Event event) |
| Modifier and Type | Method and Description |
|---|---|
void |
StandardEventBus.handleEvent(Event event) |
| Modifier and Type | Class and Description |
|---|---|
class |
InvokeAccept
An event indicating the succesful terminated invocation of a method for a
receiver.
|
class |
InvokeIntercept
An event indicating the upcoming invocation of a method for a receiver.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PreferencesChangeEvent |
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.