Searched refs:ServiceNotifier (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/print/
H A DServiceNotifier.java39 * management to this class. The ServiceNotifier calls back to the service
43 class ServiceNotifier extends Thread { class in inherits:Thread
50 ServiceNotifier(PrintService service) { method in class:ServiceNotifier
/openjdk7/jdk/src/solaris/classes/sun/print/
H A DUnixPrintService.java195 transient private ServiceNotifier notifier = null;
438 notifier = new ServiceNotifier(this);
H A DIPPPrintService.java86 transient private ServiceNotifier notifier = null;
1540 notifier = new ServiceNotifier(this);
/openjdk7/jdk/src/windows/classes/sun/print/
H A DWin32PrintService.java192 transient private ServiceNotifier notifier = null;
877 notifier = new ServiceNotifier(this);

Completed in 1423 milliseconds