|
PenProfile 2.x | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PaperListener
This interface must be implemented by any class that wishes to receive document or paper events from the system. These include:
| Method Summary | |
|---|---|
void |
onNewDocument(Document doc,
int copy)
Called when user puts pen on a page that is in a different document. |
void |
onNewPage(PageInstance page)
Called when user puts the pen on a new page. |
| Method Detail |
|---|
void onNewPage(PageInstance page)
page - the page where the event occurred
void onNewDocument(Document doc,
int copy)
doc - the document where the event occurredcopy - the copy number
|
PenProfile 2.x | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||