Package com.realobjects.pdfreactor.events
package com.realobjects.pdfreactor.events
-
ClassDescriptionThis interface defines a
Callback.call(OutputItem)
functionThis interface defines a provide function which can be applied on anOutputItem
viaOutputItem.setCallback(Callback)
This interface defines a continuous progress event during PDF creation.Implement this interface to be informed about the PDF creation progress.An implementation of aProgressEventListener
that automatically terminates the conversion after the specified timeout in seconds.