|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface PedigreePrintListener
Classes that need to be informed about new Printing events must implement this Interface. Pedigree Printing events are generated each time a new print job is triggered.
| Method Summary | |
|---|---|
void |
finishedPrinting(PedigreePrintEvent event)
Invoked when a print job has been finished and the job has been completely submitted to the printer. |
void |
pagePrinted(PedigreePrintEvent event)
Invoked when a page of the pedigree has been submitted to the printer. |
void |
printingAborted(PedigreePrintEvent event)
Invoked when a pedigree print job fails and is aborted midstream |
void |
printingTriggered(PedigreePrintEvent event)
Invoked when Printing has been triggered / started. |
| Method Detail |
|---|
void printingTriggered(PedigreePrintEvent event)
void finishedPrinting(PedigreePrintEvent event)
void printingAborted(PedigreePrintEvent event)
void pagePrinted(PedigreePrintEvent event)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||