Package com.helger.commons.callback
-
Interface Summary Interface Description ICallback Marker interface for callback interfaces.ICallbackList<CALLBACKTYPE extends ICallback> Read-only interface for a list ofICallbackobjects.
Note: Does not implement Iterable because the returned iterator would either be an Iterator over the list in which case you can useICallbackList.getAllCallbacks()directly or the returned Iterator would not be thread-safe and that is not an option for this type.IChangeCallback<DATATYPE> Simple notification interface.IThrowingRunnable<EXTYPE extends Throwable> -
Class Summary Class Description CallbackList<CALLBACKTYPE extends ICallback> This class manages a list of callbacks.