|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PrintListener
A listener interface that allows receiving print progress events.
| Method Summary | |
|---|---|
void |
canceled(PrintEvent event)
Invoked when printing is canceled. |
void |
finished(PrintEvent event)
Invoked when printing is finished. |
void |
progressChanged(PrintEvent event)
Invoked when the printing progress has been changed. |
void |
started(PrintEvent event)
Invoked when printing is started. |
| Method Detail |
|---|
void started(PrintEvent event)
event - the event information.void finished(PrintEvent event)
event - the event information.void progressChanged(PrintEvent event)
event - the event information.void canceled(PrintEvent event)
event - the event information.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||