Uses of Package
com.helger.commons.callback
-
Classes in com.helger.commons.callback used by com.helger.commons.callback Class Description CallbackList This class manages a list of callbacks.ICallback Marker interface for callback interfaces.ICallbackList 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. -
Classes in com.helger.commons.callback used by com.helger.commons.callback.exception Class Description ICallback Marker interface for callback interfaces. -
Classes in com.helger.commons.callback used by com.helger.commons.collection.attr Class Description CallbackList This class manages a list of callbacks.ICallback Marker interface for callback interfaces. -
Classes in com.helger.commons.callback used by com.helger.commons.concurrent Class Description IThrowingRunnable -
Classes in com.helger.commons.callback used by com.helger.commons.deadlock Class Description CallbackList This class manages a list of callbacks.ICallback Marker interface for callback interfaces. -
Classes in com.helger.commons.callback used by com.helger.commons.hierarchy.visit Class Description ICallback Marker interface for callback interfaces. -
Classes in com.helger.commons.callback used by com.helger.commons.io.file Class Description CallbackList This class manages a list of callbacks.ICallback Marker interface for callback interfaces. -
Classes in com.helger.commons.callback used by com.helger.commons.io.watchdir Class Description CallbackList This class manages a list of callbacks.ICallback Marker interface for callback interfaces. -
Classes in com.helger.commons.callback used by com.helger.commons.mock Class Description IThrowingRunnable -
Classes in com.helger.commons.callback used by com.helger.commons.statistics.util Class Description ICallback Marker interface for callback interfaces. -
Classes in com.helger.commons.callback used by com.helger.commons.text Class Description CallbackList This class manages a list of callbacks.IChangeCallback Simple notification interface.