Uses of Interface
de.aristaflow.adept2.model.events.sources.SharingSource
-
Packages that use SharingSource Package Description de.aristaflow.adept2.core.eventmanager.common de.aristaflow.adept2.model.events.sources -
-
Uses of SharingSource in de.aristaflow.adept2.core.eventmanager.common
Classes in de.aristaflow.adept2.core.eventmanager.common with type parameters of type SharingSource Modifier and Type Class Description class
AbstractSharedEventSource<E extends Event,S extends SharingSource<E>>
An event source that distributes events among several sharing event sources.Classes in de.aristaflow.adept2.core.eventmanager.common that implement SharingSource Modifier and Type Class Description class
AbstractSharingActEventSource<T extends Event>
A source for events shared among several sharing event sources.Methods in de.aristaflow.adept2.core.eventmanager.common with parameters of type SharingSource Modifier and Type Method Description boolean
AbstractSharedEventSource. addSharingSource(SharingSource<?> source)
boolean
AbstractSharedEventSource. removeSharingSource(SharingSource<?> source)
protected void
AbstractSharedEventSource. removingSharingSourceLocked(List<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. -
Uses of SharingSource in de.aristaflow.adept2.model.events.sources
Methods in de.aristaflow.adept2.model.events.sources with parameters of type SharingSource Modifier and Type Method 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.
-