| Interface | Description |
|---|---|
| CompositeEvent<T> |
The result of combining
InstantEvent events. |
| EventOfFactory<T> |
Something that can create an event of something.
|
| EventOperator<T> |
Subscribe to a list of event sources and applies some logic to their event
to possibly propagate a new event.
|
| EventsArray<T> |
Wrapper around an array of events that may or may not have happened.
|
| EventSource<T> |
A source for events.
|
| InstantEvent<T> |
An event from the event framework.
|
| InstantEventSource<T> |
A source fo events.
|
| Class | Description |
|---|---|
| AllEvents<T> |
An operator that filters on all event.
|
| AnyEvents<T> |
An operator that filters on any event.
|
| BinaryEvaluation<T> |
The result of applying a Binary Operation to some events of some type that results
in a new event of the same type.
|
| CompositeEventList<T> |
An
CompositeEvent created from some other events. |
| EventConversions |
Conversions for events.
|
| EventJobBase<T> |
Base class for Jobs that react to events.
|
| EventOperatorBase<T> |
Base class for event operators.
|
| EventOperators |
Provide
EventOperators for Collection InstantEventSource. |
| EventOperators.Conversions |
The Conversion from String.
|
| EventServiceBase<T> |
Base class for components that want Event Icons because the objects the emmit are in the style of events
rather than streams of data.
|
| EventSourceAdaptor<T> |
Provide an adapter to an
EventSource from components that may be Event Sources already, or
may be Outbounds. |
| EventWatchComponent<T> | |
| ForEvents<T> | |
| ForEventsDesignFactory |
A
DesignFactory for ForEvents. |
| ListSource<T> | |
| OutboundEventSource<T> |
Create an
Outbound consumer of a Bean Bus that is an EventSource. |
| StreamWatcher | |
| Trigger<T> | |
| UnaryEvaluation<T> |
The result of applying a Operation to an event of some type that results
in a new event of the same type.
|
| When<T> | |
| WrapperOf<T> |
An event of something create by wrapping it.
|
| WrapperOfFactory<T> |
Provide a
EventOfFactory. |