- RecurrenceEventFilter<VALUE> - Class in org.openbase.jul.schedule
-
- RecurrenceEventFilter() - Constructor for class org.openbase.jul.schedule.RecurrenceEventFilter
-
Constructor creates a new RecurrenceEventFilter instance pre-configured with the given DEFAULT_MAX_FREQUENCY.
- RecurrenceEventFilter(long) - Constructor for class org.openbase.jul.schedule.RecurrenceEventFilter
-
Constructor creates a new RecurrenceEventFilter instance pre-configured with the given maxFrequency.
- relay(VALUE) - Method in class org.openbase.jul.schedule.RecurrenceEventFilter
-
Method can be overwritten to get frequently informed about trigger actions and the related new value.
- relay() - Method in class org.openbase.jul.schedule.RecurrenceEventFilter
-
Method should be overwritten to get frequently informed about trigger actions.
- removeObserver(Observer) - Method in class org.openbase.jul.schedule.AbstractSynchronizationFuture
-
Remove the notify change observer from the component whose synchronization is
waited for after the synchronization is complete or failed.
- removeObserver(Observer<WatchDog.ServiceState>) - Method in class org.openbase.jul.schedule.WatchDog
-
- reset() - Method in class org.openbase.jul.schedule.RecurrenceEventFilter
-
Method cancels all depending triggers and resets the triggered flag as well as resets the lastValue to null.
- reset() - Method in class org.openbase.jul.schedule.Stopwatch
-
This method resets the Stopwatch by clearing the internally stored start and end timestamps.
- restart() - Method in class org.openbase.jul.schedule.Stopwatch
-
This method restarts the Stopwatch.
- restart(long) - Method in class org.openbase.jul.schedule.Timeout
-
Method restarts the timeout.
- restart() - Method in class org.openbase.jul.schedule.Timeout
-
Method restarts the timeout.
- run() - Method in class org.openbase.jul.schedule.LastValueHandler
-