Searched refs:notifyEvent (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/windows/classes/sun/print/
H A DWin32PrintJob.java211 private void notifyEvent(int reason) { method in class:Win32PrintJob
339 notifyEvent(PrintJobEvent.JOB_FAILED);
344 notifyEvent(PrintJobEvent.JOB_FAILED);
363 notifyEvent(PrintJobEvent.JOB_FAILED);
370 notifyEvent(PrintJobEvent.JOB_FAILED);
373 notifyEvent(PrintJobEvent.JOB_FAILED);
384 notifyEvent(PrintJobEvent.JOB_FAILED);
393 notifyEvent(PrintJobEvent.JOB_FAILED);
396 notifyEvent(PrintJobEvent.JOB_FAILED);
405 notifyEvent(PrintJobEven
[all...]
/openjdk7/jdk/src/share/classes/sun/print/
H A DPSStreamPrintJob.java188 private void notifyEvent(int reason) { method in class:PSStreamPrintJob
283 notifyEvent(PrintJobEvent.JOB_FAILED);
288 notifyEvent(PrintJobEvent.JOB_FAILED);
308 notifyEvent(PrintJobEvent.JOB_FAILED);
311 notifyEvent(PrintJobEvent.JOB_FAILED);
321 notifyEvent(PrintJobEvent.JOB_FAILED);
329 notifyEvent(PrintJobEvent.JOB_FAILED);
332 notifyEvent(PrintJobEvent.JOB_FAILED);
340 notifyEvent(PrintJobEvent.JOB_FAILED);
343 notifyEvent(PrintJobEven
[all...]
/openjdk7/jdk/src/solaris/classes/sun/print/
H A DUnixPrintJob.java217 private void notifyEvent(int reason) { method in class:UnixPrintJob
328 notifyEvent(PrintJobEvent.JOB_FAILED);
333 notifyEvent(PrintJobEvent.JOB_FAILED);
397 notifyEvent(PrintJobEvent.JOB_FAILED);
408 notifyEvent(PrintJobEvent.JOB_FAILED);
411 notifyEvent(PrintJobEvent.JOB_FAILED);
429 notifyEvent(PrintJobEvent.JOB_FAILED);
432 notifyEvent(PrintJobEvent.JOB_FAILED);
441 notifyEvent(PrintJobEvent.JOB_FAILED);
445 notifyEvent(PrintJobEven
[all...]
/openjdk7/jdk/test/com/sun/jdi/
H A DJDIScaffold.java132 private boolean notifyEvent(TargetListener listener, Event event) { method in class:JDIScaffold.EventHandler
205 if (notifyEvent(listener, event) == true) {
H A DTestScaffold.java189 private void notifyEvent(TargetListener listener, Event event) { method in class:TestScaffold.EventHandler
275 notifyEvent(listener, event);
/openjdk7/hotspot/agent/test/jdi/
H A DTestScaffold.java186 private void notifyEvent(TargetListener listener, Event event) { method in class:TestScaffold.EventHandler
264 notifyEvent(listener, event);

Completed in 1786 milliseconds