| Modifier and Type | Class and Description |
|---|---|
class |
CallbackList<CALLBACKTYPE extends ICallback>
This class manages a list of callbacks.
|
interface |
ICallbackList<CALLBACKTYPE extends ICallback>
Read-only interface for a list of
ICallback objects. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IChangeCallback<DATATYPE>
Simple notification interface.
|
| Modifier and Type | Method and Description |
|---|---|
EChange |
CallbackList.addAll(CALLBACKTYPE... aCallbacks) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IExceptionCallback<EXTYPE extends Throwable>
Callback interface to handle thrown exception objects.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CollectingExceptionCallback<EXTYPE extends Throwable>
A specific implementation of the
IExceptionCallback interface, that
stores the last exception. |
class |
CollectingExceptionListCallback<EXTYPE extends Throwable>
A specific implementation of the
IExceptionCallback interface, that
stores all exceptions. |
class |
LoggingExceptionCallback
A specific implementation of the
IExceptionCallback interface, that
logs all exceptions to a standard logger. |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IAttributeContainer.IAfterSetValueCallback<KEYTYPE,VALUETYPE> |
static interface |
IAttributeContainer.IBeforeSetValueCallback<KEYTYPE,VALUETYPE> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IThreadDeadlockCallback
This is called whenever a problem with threads is detected.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LoggingThreadDeadlockCallback
A logging implementation of
IThreadDeadlockCallback. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IHierarchyVisitorCallback<DATATYPE>
Base interface with callbacks for visiting a hierarchy.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultHierarchyVisitorCallback<DATATYPE>
The default implementation of the
IHierarchyVisitorCallback interface
doing nothing except counting levels. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IFileOperationCallback
Callback interface for
FileOperationManager. |
| Modifier and Type | Class and Description |
|---|---|
class |
LoggingFileOperationCallback
A logging implementation of the
IFileOperationCallback interface. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IWatchDirCallback
The callback interface to be implemented to get notified about changes in a
directory in the
WatchDir class. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IStatisticsVisitorCallback
Callback interface for visiting statistics.
|
Copyright © 2014–2019 Philip Helger. All rights reserved.