idainfront.pdfcreator4j
Class PdfCreatorApi.EventHandler

java.lang.Object
  extended by idainfront.pdfcreator4j.PdfCreatorApi.EventHandler
Enclosing class:
PdfCreatorApi

public static class PdfCreatorApi.EventHandler
extends Object

Event handler for listening to COM-events generated by PdfCreator

Author:
Johan Ek FIXME: LOG

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

PdfCreatorApi.EventHandler

public PdfCreatorApi.EventHandler(PdfCreatorApi api)
Creates a new instance of this class

Parameters:
api - the PdfCreatorApi
Method Detail

eReady

public 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.

Parameters:
args - an Array of Variants.

eError

public 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.

Parameters:
args - an Array of variants.


Copyright © 2009. All Rights Reserved.