Package org.omegazero.common.event
package org.omegazero.common.event
Provides classes for scheduling asynchronous/concurrent tasks.
-
ClassesClassDescriptionUsed for queuing and running
Task
s.AnAbstractTaskQueueExecutor
deferring all queued tasks until anotherAbstractTaskQueueExecutor
implementation is available.AnAbstractTaskQueueExecutor
delegating all tasks to anotherAbstractTaskQueueExecutor
implementation.Used for distributing and executing events among a set of registered listeners.Deprecated.Since 2.6.Deprecated.Since 2.6.AnAbstractTaskQueueExecutor
running all tasks passed toqueue
methods synchronously (in the same thread).Builder used to create aTaskQueueExecutor
.Convenience class for globally scheduled tasks using aTaskScheduler
.Provides functions for time-based scheduling, running functions either once or periodically, similar to JavaScript'ssetTimeout
andsetInterval
.