Uses of Interface
de.aristaflow.adept2.model.events.sources.SharedPollingSource
Packages that use SharedPollingSource
-
Uses of SharedPollingSource in de.aristaflow.adept2.core.eventmanager.common
Classes in de.aristaflow.adept2.core.eventmanager.common that implement SharedPollingSourceModifier and TypeClassDescriptionclassAbstractSharedEventSource<E extends Event,S extends SharingSource<E>> An event source that distributes events among several sharing event sources.Fields in de.aristaflow.adept2.core.eventmanager.common with type parameters of type SharedPollingSourceModifier and TypeFieldDescriptionprotected final Collection<SharedPollingSource<?>>AbstractEventManager.sharedSourcesAll shared polling sources.