| Interface | Description |
|---|---|
| ICallback |
Marker interface for callback interfaces.
|
| ICallbackList<CALLBACKTYPE extends ICallback> |
Read-only interface for a list of
ICallback objects. |
| IChangeCallback<DATATYPE> |
Simple notification interface.
|
| INonThrowingCallable<DATATYPE> | Deprecated
Use
Supplier instead |
| INonThrowingCallableWithParameter<DATATYPE,PARAMTYPE> | Deprecated
Use
Function |
| INonThrowingRunnable | Deprecated
Use
Runnable directly |
| INonThrowingRunnableWithParameter<PARAMTYPE> | Deprecated
Use
Consumer instead. |
| IThrowingCallable<DATATYPE,EXTYPE extends Exception> | Deprecated
Use
IThrowingSupplier
instead. |
| IThrowingCallableWithParameter<DATATYPE,PARAMTYPE,EXTYPE extends Exception> | Deprecated |
| IThrowingRunnable<EXTYPE extends Throwable> |
A simple interface that looks like
Runnable but may throw
an exception on its execution. |
| IThrowingRunnableWithParameter<PARAMTYPE,EXTYPE extends Throwable> | Deprecated
Use
IThrowingConsumer instead |
| Class | Description |
|---|---|
| CallbackList<CALLBACKTYPE extends ICallback> |
This class manages a list of callbacks.
|
Copyright © 2014–2016 Philip Helger. All rights reserved.