Uses of Interface
com.helger.commons.callback.ICallback
-
-
Uses of ICallback in com.helger.commons.callback
Classes in com.helger.commons.callback with type parameters of type ICallback Modifier and Type Class Description classCallbackList<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.callback Modifier and Type Interface Description interfaceIChangeCallback<DATATYPE>Simple notification interface.Methods in com.helger.commons.callback with parameters of type ICallback Modifier and Type Method Description 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.exception Modifier and Type Interface Description interfaceIExceptionCallback<EXTYPE extends Throwable>Callback interface to handle thrown exception objects.Classes in com.helger.commons.callback.exception that implement ICallback Modifier and Type Class Description classCollectingExceptionCallback<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.classLoggingExceptionCallbackA 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.attr Modifier and Type Interface Description static interfaceIAttributeContainer.IAfterSetValueCallback<KEYTYPE,VALUETYPE>static interfaceIAttributeContainer.IBeforeSetValueCallback<KEYTYPE,VALUETYPE> -
Uses of ICallback in com.helger.commons.deadlock
Subinterfaces of ICallback in com.helger.commons.deadlock Modifier and Type Interface Description interfaceIThreadDeadlockCallbackThis is called whenever a problem with threads is detected.Classes in com.helger.commons.deadlock that implement ICallback Modifier and Type Class Description classLoggingThreadDeadlockCallbackA logging implementation ofIThreadDeadlockCallback. -
Uses of ICallback in com.helger.commons.hierarchy.visit
Subinterfaces of ICallback in com.helger.commons.hierarchy.visit Modifier and Type Interface Description interfaceIHierarchyVisitorCallback<DATATYPE>Base interface with callbacks for visiting a hierarchy.Classes in com.helger.commons.hierarchy.visit that implement ICallback Modifier and Type Class Description classDefaultHierarchyVisitorCallback<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.file Modifier and Type Interface Description interfaceIFileOperationCallbackCallback interface forFileOperationManager.Classes in com.helger.commons.io.file that implement ICallback Modifier and Type Class Description classLoggingFileOperationCallbackA logging implementation of theIFileOperationCallbackinterface. -
Uses of ICallback in com.helger.commons.io.watchdir
Subinterfaces of ICallback in com.helger.commons.io.watchdir Modifier and Type Interface Description interfaceIWatchDirCallbackThe 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.util Modifier and Type Interface Description interfaceIStatisticsVisitorCallbackCallback interface for visiting statistics.
-