Interface BlockModelServiceListener


public interface BlockModelServiceListener
Listener interface for BlockModelService.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    modelAdded(String modeName, int modelType)
    Provides notification when a model is added.
    void
    modelRemoved(String modeName, int modelType)
    Provides notifiication when a model is removed.
  • Method Details

    • modelAdded

      void modelAdded(String modeName, int modelType)
      Provides notification when a model is added.
      Parameters:
      modeName - name of the block model that was added
      modelType - type of block model that was added
    • modelRemoved

      void modelRemoved(String modeName, int modelType)
      Provides notifiication when a model is removed.
      Parameters:
      modeName - name of the block model that was removed
      modelType - type of block model that was removed