| Package | Description |
|---|---|
| de.aristaflow.adept2.core.eventmanager.common | |
| de.aristaflow.adept2.model.events.sources |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSharedEventSource<E extends Event,S extends SharingSource<E>>
An event source that distributes events among several sharing event
sources.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSharingActEventSource<T extends Event>
A source for events shared among several sharing event sources.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
AbstractSharedEventSource.addSharingSource(SharingSource<?> source) |
boolean |
AbstractSharedEventSource.removeSharingSource(SharingSource<?> source) |
protected void |
AbstractSharedEventSource.removingSharingSourceLocked(java.util.List<java.io.Serializable> sourceKeys,
SharingSource<?> source)
Signals subclasses that the designated sharing source is about to be removed from this shared
source.
|
boolean |
AbstractSharedEventSource.supportsSharingSource(SharingSource<?> source)
Gets whether this shared source can handle the designated sharing source
and combine it with the already registered sharing sources.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SharedPollingSource.addSharingSource(SharingSource<?> source)
Adds the designated sharing source at this shared source.
|
boolean |
SharedPollingSource.removeSharingSource(SharingSource<?> source)
Removes the designated sharing source from this shared source.
|
boolean |
SharedPollingSource.supportsSharingSource(SharingSource<?> source)
Gets whether this shared source can handle the designated sharing source
and combine it with the already registered sharing sources.
|