Uses of Package
org.omegazero.common.event
Packages that use org.omegazero.common.event
Package
Description
Provides classes for scheduling asynchronous/concurrent tasks.
-
Classes in org.omegazero.common.event used by org.omegazero.common.eventClassDescriptionUsed for queuing and running
Task
s.AnAbstractTaskQueueExecutor
delegating all tasks to anotherAbstractTaskQueueExecutor
implementation.Used for distributing and executing events among a set of registered listeners.Deprecated.Since 2.6.Builder used to create aTaskQueueExecutor
.An opaque class used for task execution control.Provides functions for time-based scheduling, running functions either once or periodically, similar to JavaScript'ssetTimeout
andsetInterval
.Represents a task managed by aTaskScheduler
.