Package be.uclouvain.orthanc
Interface Callbacks.OnChange
-
- Enclosing class:
- Callbacks
public static interface Callbacks.OnChangeCallback to react to changes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcall(ChangeType changeType, ResourceType resourceType, java.lang.String resourceId)Signature of a callback function that is triggered when a change happens to some DICOM resource.
-
-
-
Method Detail
-
call
void call(ChangeType changeType, ResourceType resourceType, java.lang.String resourceId)
Signature of a callback function that is triggered when a change happens to some DICOM resource.- Parameters:
changeType- The type of change.resourceType- The type of resource affected by this change.resourceId- The identifier of the affected resource, if any.
-
-