Progress Event
Fired as progress is made.
Syntax
public void fireProgress(PhtmlmailerProgressEvent event); public class PhtmlmailerProgressEvent { public long bytesProcessed; public int percentProcessed; }
Remarks
This event is fired automatically as data is processed by the bean.
The PercentProcessed parameter indicates the current status of the operation.
The BytesProcessed parameter holds the total number of bytes processed so far.