Uses of Interface
com.helger.commons.callback.ICallback
Packages that use ICallback
Package
Description
-
Uses of ICallback in com.helger.commons.callback
Classes in com.helger.commons.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.commons.callbackModifier and TypeInterfaceDescriptioninterfaceIChangeCallback<DATATYPE>Simple notification interface.Methods in com.helger.commons.callback with parameters of type ICallbackModifier and TypeMethodDescriptionfinal EChangeCallbackList.addAll(CALLBACKTYPE... aCallbacks) Add an array of elements to this collection. -
Uses of ICallback in com.helger.commons.callback.exception
Subinterfaces of ICallback in com.helger.commons.callback.exceptionModifier and TypeInterfaceDescriptioninterfaceIExceptionCallback<EXTYPE extends Throwable>Callback interface to handle thrown exception objects.Classes in com.helger.commons.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.classA specific implementation of theIExceptionCallbackinterface, that logs all exceptions to a standard logger. -
Uses of ICallback in com.helger.commons.collection.attr
Subinterfaces of ICallback in com.helger.commons.collection.attrModifier and TypeInterfaceDescriptionstatic interfaceIAttributeContainer.IAfterSetValueCallback<KEYTYPE,VALUETYPE> static interfaceIAttributeContainer.IBeforeSetValueCallback<KEYTYPE,VALUETYPE> -
Uses of ICallback in com.helger.commons.deadlock
Subinterfaces of ICallback in com.helger.commons.deadlockModifier and TypeInterfaceDescriptioninterfaceThis is called whenever a problem with threads is detected.Classes in com.helger.commons.deadlock that implement ICallback -
Uses of ICallback in com.helger.commons.hierarchy.visit
Subinterfaces of ICallback in com.helger.commons.hierarchy.visitModifier and TypeInterfaceDescriptioninterfaceIHierarchyVisitorCallback<DATATYPE>Base interface with callbacks for visiting a hierarchy.Classes in com.helger.commons.hierarchy.visit that implement ICallbackModifier and TypeClassDescriptionclassDefaultHierarchyVisitorCallback<DATATYPE>The default implementation of theIHierarchyVisitorCallbackinterface doing nothing except counting levels. -
Uses of ICallback in com.helger.commons.io.file
Subinterfaces of ICallback in com.helger.commons.io.fileClasses in com.helger.commons.io.file that implement ICallbackModifier and TypeClassDescriptionclassA logging implementation of theIFileOperationCallbackinterface. -
Uses of ICallback in com.helger.commons.io.watchdir
Subinterfaces of ICallback in com.helger.commons.io.watchdirModifier and TypeInterfaceDescriptioninterfaceThe callback interface to be implemented to get notified about changes in a directory in theWatchDirclass. -
Uses of ICallback in com.helger.commons.statistics.util
Subinterfaces of ICallback in com.helger.commons.statistics.utilModifier and TypeInterfaceDescriptioninterfaceCallback interface for visiting statistics.