Interface ModelFactoryListener


  • public interface ModelFactoryListener
    ModelFactoryListener is registered with the ModelFactory. It receives Models.
    Author:
    Andrew C. Oliver acoliver@apache.org
    • 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)