Uses of Package
com.helger.base.callback
Packages that use com.helger.base.callback
-
Classes in com.helger.base.callback used by com.helger.base.callbackClassDescriptionThis class manages a list of callbacks.Marker interface for callback interfaces.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. -
Classes in com.helger.base.callback used by com.helger.base.callback.exception