| Modifier and Type | Interface and Description |
|---|---|
static interface |
Scheduler.Task
Represents a scheduled repeating task
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Command
Represents a command
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCommand
An abstract implementation of
Command and CommandExecutor |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MergedSubscription<T>
Represents a subscription to a set of events.
|
interface |
SingleSubscription<T extends Event>
Represents a subscription to a single given event.
|
interface |
Subscription
Represents a subscription to a given (set of) event(s).
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Hologram
A simple hologram utility.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Terminable> |
Gui.bind(T terminable) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ChannelAgent<T>
Represents an agent for interacting with a
Channels message streams. |
| Modifier and Type | Method and Description |
|---|---|
<T extends Terminable> |
ExtendedJavaPlugin.bind(T terminable) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Promise<V>
An object that acts as a proxy for a result that is initially unknown,
usually because the computation of its value is yet incomplete.
|
| Modifier and Type | Field and Description |
|---|---|
static Terminable |
Terminable.EMPTY |
| Modifier and Type | Method and Description |
|---|---|
<T extends Terminable> |
TerminableConsumer.bind(T terminable)
Binds with the given terminable.
|
| Modifier and Type | Method and Description |
|---|---|
static Terminable |
Terminables.combine(Iterable<Terminable> terminables) |
static Terminable |
Terminables.combine(Terminable... terminables) |
static Terminable |
Terminable.of(Runnable r) |
| Modifier and Type | Method and Description |
|---|---|
static Terminable |
Terminables.combine(Terminable... terminables) |
static void |
Terminables.silentlyTerminate(Terminable... terminables) |
| Modifier and Type | Method and Description |
|---|---|
static Terminable |
Terminables.combine(Iterable<Terminable> terminables) |
static void |
Terminables.silentlyTerminate(Iterable<? extends Terminable> terminables) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TerminableRegistry
Represents a registry of
Terminables. |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleTerminableRegistry |
| Modifier and Type | Method and Description |
|---|---|
<T extends Terminable> |
SimpleTerminableRegistry.bind(T terminable) |
| Modifier and Type | Class and Description |
|---|---|
class |
ServiceCallback<T>
A wrapper to always provide the latest instance of a service.
|
| Modifier and Type | Method and Description |
|---|---|
static Terminable |
Delegates.runnableToTerminable(Runnable runnable) |
Copyright © 2017. All rights reserved.