|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectidainfront.pdfcreator4j.PdfCreatorApi.EventHandler
public static class PdfCreatorApi.EventHandler
Event handler for listening to COM-events generated by PdfCreator
Constructor Summary | |
---|---|
PdfCreatorApi.EventHandler(PdfCreatorApi api)
Creates a new instance of this class |
Method Summary | |
---|---|
void |
eError(Variant[] args)
Event eError from the PdfCreator COM interface is taken care of in this method What it does is to flag the api as ready but with errors. |
void |
eReady(Variant[] args)
Event eReady from the PdfCreator COM interface is taken care of in this method What it does is to flag the api as ready. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PdfCreatorApi.EventHandler(PdfCreatorApi api)
api
- the PdfCreatorApiMethod Detail |
---|
public void eReady(Variant[] args)
args
- an Array of Variants.public void eError(Variant[] args)
args
- an Array of variants.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |