Uses of Interface
com.helger.base.callback.ICallback
Packages that use ICallback
-
Uses of ICallback in com.helger.base.callback
Classes in com.helger.base.callback with type parameters of type ICallbackModifier and TypeClassDescriptionclassCallbackList<CALLBACKTYPE extends ICallback>This class manages a list of callbacks.interfaceICallbackList<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.Subinterfaces of ICallback in com.helger.base.callbackModifier and TypeInterfaceDescriptioninterfaceIChangeCallback<DATATYPE>Simple notification interface.Methods in com.helger.base.callback with parameters of type ICallbackModifier and TypeMethodDescriptionfinal @NonNull EChangeCallbackList.addAll(@NonNull CALLBACKTYPE... aCallbacks) Add an array of elements to this collection. -
Uses of ICallback in com.helger.base.callback.exception
Subinterfaces of ICallback in com.helger.base.callback.exceptionModifier and TypeInterfaceDescriptioninterfaceIExceptionCallback<EXTYPE extends Throwable>Callback interface to handle thrown exception objects.Classes in com.helger.base.callback.exception that implement ICallbackModifier and TypeClassDescriptionclassCollectingExceptionCallback<EXTYPE extends Throwable>A specific implementation of theIExceptionCallbackinterface, that stores the last exception.classCollectingExceptionListCallback<EXTYPE extends Throwable>A specific implementation of theIExceptionCallbackinterface, that stores all exceptions.