Search:

Type: Posts; User: Basak

Search: Search took 0.10 seconds.

  1. Re: PrintJobListener Always Returns printJobNoMoreEvents

    Here is my code:


    public class Printer implements PrintJobListener
    {

    private String printJobStatus = null;
    private DocPrintJob docpj ;
  2. Re: PrintJobListener Always Returns printJobNoMoreEvents

    Sorry, I am new to java forums and I was not aware of the fact that posting the same question to multiple forums is considered as wrong. I will be careful about that. However, this problem is very...
  3. PrintJobListener Always Returns printJobNoMoreEvents

    Hi,

    In my Java application I print some text and afterwards I want to get the status of the job using the example in Determining When a Print Job Has Finished | Example Depot , however I...
Results 1 to 3 of 3