| Interface | Description |
|---|---|
| EventListener |
This interface must be implemented by all classes which shall
be notified about incoming task events.
|
| Class | Description |
|---|---|
| AbstractEvent |
This type of event can be used to exchange notification messages between
different
TaskManager objects
at runtime using the communication channels. |
| AbstractTaskEvent |
This type of event can be used to exchange notification messages between
different tasks at runtime using the existing communication channels.
|
| EventList |
Objects of this class can store and serialize/deserialize
AbstractEvent
objects. |
| EventNotificationManager |
The event notification manager manages the subscription of
EventListener objects to
particular event types. |
| IntegerTaskEvent |
This class provides a simple implementation of an event that holds an integer value.
|
| StringTaskEvent |
This class provides a simple implementation of an event that holds a string value.
|
Copyright © 2015 The Apache Software Foundation. All rights reserved.