com.pixelmed.display
Class DicomCleaner.OurDicomImageBlackout.ApplicationStatusChangeEventNotificationHandler
java.lang.Object
com.pixelmed.display.DicomImageBlackout.StatusNotificationHandler
com.pixelmed.display.DicomCleaner.OurDicomImageBlackout.ApplicationStatusChangeEventNotificationHandler
- Enclosing class:
- DicomCleaner.OurDicomImageBlackout
public class DicomCleaner.OurDicomImageBlackout.ApplicationStatusChangeEventNotificationHandler
- extends DicomImageBlackout.StatusNotificationHandler
|
Method Summary |
void |
notify(int status,
String message,
Throwable t)
The callback method when status is updated. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DicomCleaner.OurDicomImageBlackout.ApplicationStatusChangeEventNotificationHandler
public DicomCleaner.OurDicomImageBlackout.ApplicationStatusChangeEventNotificationHandler()
notify
public void notify(int status,
String message,
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 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