JavaScript is disabled on your browser.
Skip navigation links
omz java lib
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Package:
Description |
Related Packages
|
Classes and Interfaces
SEARCH:
Package org.omegazero.common.event.task
package
org.omegazero.common.event.task
Related Packages
Package
Description
org.omegazero.common.event
Provides classes for scheduling asynchronous/concurrent tasks.
org.omegazero.common.event.runnable
All Classes and Interfaces
Interfaces
Classes
Exceptions
Class
Description
AbstractTask
A
Task
with arguments passed to a task handler.
ExecutionFailedException
Exception thrown when a
Task
or other runnable failed to execute due to an exception.
LambdaTask
A
Task
based on a
Consumer
.
ReflectTask
A
Task
based on reflection.
RunnableTask
A
Task
based on a
Runnable
.
Task
Represents a
Runnable
with a priority.