Package ch.bailu.gtk.gtk
Interface PrintOperationResult
public interface PrintOperationResult
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
The print settings should be stored.static final int
The print operation has been canceled,
the print settings should not be stored.static final int
An error has occurred.static final int
The print operation is not complete
yet.
-
Field Details
-
ERROR
static final int ERRORAn error has occurred.- See Also:
-
APPLY
static final int APPLYThe print settings should be stored.- See Also:
-
CANCEL
static final int CANCELThe print operation has been canceled,
the print settings should not be stored.- See Also:
-
IN_PROGRESS
static final int IN_PROGRESSThe print operation is not complete
yet. This value will only be returned when running asynchronously.- See Also:
-