org.apache.poi.hssf.eventmodel
Interface ModelFactoryListener


public interface ModelFactoryListener

ModelFactoryListener is registered with the ModelFactory. It receives Models.

Author:
Andrew C. Oliver acoliver@apache.org

Method Summary
 boolean process(Model model)
          Process a model.
 

Method Detail

process

boolean process(Model model)
Process a model. Called by the ModelFactory

Parameters:
model - to be processed
Returns:
abortable - currently ignored (may be implemented in the future)


Copyright 2008 The Apache Software Foundation or its licensors, as applicable.