Interface ModelFactoryListener


public interface ModelFactoryListener
ModelFactoryListener is registered with the ModelFactory. It receives Models.
Author:
Andrew C. Oliver acoliver@apache.org
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    process(Model model)
    Process a model.
  • Method Details

    • 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)