| 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.
|
| IThrowingRunnable<EXTYPE extends Throwable> |
A simple interface that looks like
Runnable but may throw
an exception on its execution. |
| Class | Description |
|---|---|
| CallbackList<CALLBACKTYPE extends ICallback> |
This class manages a list of callbacks.
|
Copyright © 2014–2019 Philip Helger. All rights reserved.