FileDocCategorySizeDatePackage
ModelFactoryListener.javaAPI DocApache Poi 3.0.11431Mon Jan 01 12:39:36 GMT 2007org.apache.poi.hssf.eventmodel

ModelFactoryListener

public interface ModelFactoryListener
ModelFactoryListener is registered with the ModelFactory. It receives Models.
author
Andrew C. Oliver acoliver@apache.org

Fields Summary
Constructors Summary
Methods Summary
public booleanprocess(org.apache.poi.hssf.model.Model model)
Process a model. Called by the ModelFactory

param
model to be processed
return
abortable - currently ignored (may be implemented in the future)