Methods' Details |
start
- Description
- puts the job into the printer spooler.
This call may block the thread. So release all resources
(mutex, semaphore, etc.) before this call.
|
|
end
- Description
- notifies the printer spooler that the job is done and printing
starts.
- See also
- terminate
|
|
terminate
- Description
- stops the current print job.
If the method XPrinter::end is called
beforehand, then this call does nothing. If you call
XPrinter::terminate in or before the call to
XPrinter::start ,
XPrinter::termnate returns false .
This call must not block the thread.
- See also
- end
|
|
startPage
- Description
- begins with a new page.
|
|
endPage
- Description
- ends the current page.
|
|
Copyright © 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.