Class DicomImageBlackout.StatusNotificationHandler

    • Constructor Detail

      • StatusNotificationHandler

        protected StatusNotificationHandler()
    • Method Detail

      • notify

        public abstract void notify​(int status,
                                    java.lang.String message,
                                    java.lang.Throwable t)

        The callback method when status is updated.

        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