Uses of Class
com.helger.base.callback.CallbackList
Packages that use CallbackList
-
Uses of CallbackList in com.helger.base.callback
Methods in com.helger.base.callback that return CallbackListMethods in com.helger.base.callback with parameters of type CallbackListModifier and TypeMethodDescription@NonNull EChangeCallbackList.set(@NonNull CallbackList<CALLBACKTYPE> rhs) Clear all elements and add all provided values.Constructors in com.helger.base.callback with parameters of type CallbackListModifierConstructorDescriptionCallbackList(@Nullable CallbackList<CALLBACKTYPE> aOther) Copy constructor.