Package com.pixelmed.display
Class DicomImageBlackout.StatusNotificationHandler
java.lang.Object
com.pixelmed.display.DicomImageBlackout.StatusNotificationHandler
- Direct Known Subclasses:
DicomCleaner.OurDicomImageBlackout.ApplicationStatusChangeEventNotificationHandler
,DicomImageBlackout.DefaultStatusNotificationHandler
- Enclosing class:
DicomImageBlackout
An abstract class for the user of to supply a callback notification method,
supplied as an argument of the DicomImageBlackout()
constructor.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
WINDOW_CLOSED
public static final int WINDOW_CLOSED- See Also:
-
CANCELLED
public static final int CANCELLED- See Also:
-
COMPLETED
public static final int COMPLETED- See Also:
-
SAVE_FAILED
public static final int SAVE_FAILED- See Also:
-
UNSAVED_CHANGES
public static final int UNSAVED_CHANGES- See Also:
-
SAVE_SUCCEEDED
public static final int SAVE_SUCCEEDED- See Also:
-
READ_FAILED
public static final int READ_FAILED- See Also:
-
BLACKOUT_FAILED
public static final int BLACKOUT_FAILED- See Also:
-
-
Constructor Details
-
StatusNotificationHandler
protected StatusNotificationHandler()
-
-
Method Details
-
notify
The callback method when status is updated.
- 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
-