Uses of Interface
de.aristaflow.adept2.model.events.sources.SharedPollingSource
-
Packages that use SharedPollingSource Package Description de.aristaflow.adept2.core.eventmanager.common -
-
Uses of SharedPollingSource in de.aristaflow.adept2.core.eventmanager.common
Classes in de.aristaflow.adept2.core.eventmanager.common that implement SharedPollingSource 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.Fields in de.aristaflow.adept2.core.eventmanager.common with type parameters of type SharedPollingSource Modifier and Type Field Description protected Collection<SharedPollingSource<?>>
AbstractEventManager. sharedSources
All shared polling sources.
-