Class DicomCleaner.OurDicomImageBlackout.ApplicationStatusChangeEventNotificationHandler

    • Constructor Detail

      • ApplicationStatusChangeEventNotificationHandler

        public ApplicationStatusChangeEventNotificationHandler()
    • Method Detail

      • notify

        public void notify​(int status,
                           java.lang.String message,
                           java.lang.Throwable t)
        Description copied from class: DicomImageBlackout.StatusNotificationHandler

        The callback method when status is updated.

        Specified by:
        notify in class DicomImageBlackout.StatusNotificationHandler
        Parameters:
        status - a numeric status
        message - a description of the status, and in some cases, affected file names
        t - the exception that lead to the status notification, if caused by an exception, else null