Package de.aristaflow.adept2.model.events.sources
package de.aristaflow.adept2.model.events.sources
-
InterfacesClassDescriptionActivityEventSource<T extends Event>An event source that creates events for specific activities.EventSource<T extends Event>An event source produces events and forwards them to one or more event handler for processing the event.A mail event source that filters mails before creating the corresponding mail events.An event source causing an event based on the presence of a mail.An event source causing an event based on the result of a select statement.An event source causing an event based on the presence of a file.A mail event source that polls for mails.PollingSource<T extends Event>An event source that involves polling for an event.An event source causing an event based on the result of a select statement.SharedPollingSource<T extends Event>A
SharedPollingSourceunifies the polling for severalSharingSource-instances.SharingSource<T extends Event>A sharing source is an event source that does not poll itself but shares another event source that unifies several sharing sources, polls for them and signals them separately.