See: Description
Interface | Description |
---|---|
EventObserver |
Observers observe and indicate other external events such as timing events.
|
EventObserverVisitor | |
ObserverEventEvaluator |
For use by
EventObserver instances to place an event for processing/evaluation. |
ObserverFactory |
Interface for factories for making observer instances.
|
Class | Description |
---|---|
EventObserverSupport |
Abstract class for applications to extend to implement a pattern observer.
|
ObserverFactorySupport |
Abstract class for applications to extend to implement a pattern observer factory.
|
ObserverParameterUtil | |
TimerAtObserver |
Observer implementation for indicating that a certain time arrived, similar to "crontab".
|
TimerAtObserverFactory |
Factory for 'crontab' observers that indicate truth when a time point was reached.
|
TimerIntervalObserver |
Observer that will wait a certain interval before indicating true (raising an event).
|
TimerIntervalObserverFactory |
Factory for making observer instances.
|
TimerScheduleISO8601Parser |
Factory for ISO8601 repeating interval observers that indicate truth when a time point was reached.
|
TimerScheduleObserver |
Observer implementation for indicating that a certain time arrived, similar to "crontab".
|
TimerScheduleObserverFactory |
Factory for ISO8601 repeating interval observers that indicate truth when a time point was reached.
|
TimerScheduleSpec |
Enum | Description |
---|---|
ObserverEnum |
Enum for all build-in observers.
|
Exception | Description |
---|---|
ObserverParameterException |
Thrown to indicate a validation error in guard parameterization.
|
Pattern observer classes the observe timer events