Class ModelListener

    • Constructor Detail

      • ModelListener

        public ModelListener()
    • Method Detail

      • modelCommitted

        public void modelCommitted​(IModel model)
        Description copied from interface: IModelListener
        Invoked when the model is committed.
        Specified by:
        modelCommitted in interface IModelListener
        Parameters:
        model - the model
      • modelChanged

        public void modelChanged​(IModel model,
                                 ChangeOrigin changeOrigin)
        Description copied from interface: IModelListener
        Invoked when the model is changed.
        Specified by:
        modelChanged in interface IModelListener
        Parameters:
        model - the changed model.
        changeOrigin - the origin of the change.
      • modelOnline

        public void modelOnline​(IModel model)
        Description copied from interface: IModelListener
        Invoked when the model goes online.
        Specified by:
        modelOnline in interface IModelListener
        Parameters:
        model - the model.
      • modelOffline

        public void modelOffline​(IModel model)
        Description copied from interface: IModelListener
        Invoked when the model goes offline.
        Specified by:
        modelOffline in interface IModelListener
        Parameters:
        model - the model.
      • modelDisposed

        public void modelDisposed​(IModel model)
        Description copied from interface: IModelListener
        Invoked when the model is disposed.
        Specified by:
        modelDisposed in interface IModelListener
        Parameters:
        model - the model.