psdi.app.bim.loader

Class ModelLogger

  • All Implemented Interfaces:
    ProgressLogger, MessageLogger


    public class ModelLogger
    extends ProgressLoggerBase
    The class tracks the progress of model loading activity including both the % complete and any log messages. The Mximo database is periodically updated to reflect the load status and allow the user to see the status in the import UI

    This class is called from the ModelLoader. All write to BIMSession should be handled by this class not the ModelLoader to prevent concurrent update problems.