Package com.helger.commons.callback
package com.helger.commons.callback
-
ClassDescriptionCallbackList<CALLBACKTYPE extends ICallback>This class manages a list of callbacks.Marker interface for callback interfaces.ICallbackList<CALLBACKTYPE extends ICallback>Read-only interface for a list of
ICallbackobjects.
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>