|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjava.util.EventObject
com.objex.panywhere.PedigreePrintEvent
public class PedigreePrintEvent
Defines an PedigreePrintEventevent An event which is generated every time a new print job is created within the Pedigree.
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
PedigreePrintEvent(java.lang.Object source)
Creates a new instance of PedigreePrintEvent. |
|
PedigreePrintEvent(java.lang.Object source,
int ai_page)
Creates a new instance of PedigreePrintEvent. |
|
| Method Summary | |
|---|---|
int |
getPage()
Returns the page number for which the event was generated. |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PedigreePrintEvent(java.lang.Object source)
source - The pedigree instance that is the source of all print jobs
public PedigreePrintEvent(java.lang.Object source,
int ai_page)
source - The pedigree instance that is the source of all print jobsai_page - The page number for which the event is being generated. This constructor is used for events used to track the printing progress through
page numbers| Method Detail |
|---|
public int getPage()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||