writer2latex.api
public interface BatchHandler
Method Summary | |
---|---|
boolean | cancel() Notification that the conversion may be cancelled. |
void | endConversion() Notification that the conversion has finished |
void | endDirectory(String sName, boolean bSuccess) Notification that a directory conversion has finished
|
void | endFile(String sName, boolean bSuccess) Notification that a file conversion has finished
|
void | startConversion() Notification that the conversion is started |
void | startDirectory(String sName) Notification that a directory conversion starts
|
void | startFile(String sName) Notification that a file conversion starts
|
Returns: true if the handler wants to cancel the conversion
Parameters: sName the name of the directory bSuccess true if the conversion was successful (this only means that the index page was created with success, not that the conversion of files and subdirectories was successful)
Parameters: sName the name of the file bSuccess true if the conversion of this file was successful
Parameters: sName the name of the directory to convert
Parameters: sName the name of the file to convert