public class DicomCleaner.OurDicomImageBlackout.ApplicationStatusChangeEventNotificationHandler extends DicomImageBlackout.StatusNotificationHandler
BLACKOUT_FAILED, CANCELLED, COMPLETED, READ_FAILED, SAVE_FAILED, SAVE_SUCCEEDED, UNSAVED_CHANGES, WINDOW_CLOSED| Constructor and Description |
|---|
DicomCleaner.OurDicomImageBlackout.ApplicationStatusChangeEventNotificationHandler() |
public DicomCleaner.OurDicomImageBlackout.ApplicationStatusChangeEventNotificationHandler()
public void notify(int status,
String message,
Throwable t)
DicomImageBlackout.StatusNotificationHandlerThe callback method when status is updated.
notify in class DicomImageBlackout.StatusNotificationHandlerstatus - a numeric statusmessage - a description of the status, and in some cases, affected file namest - the exception that lead to the status notification, if caused by an exception, else null