Interface IArtifactChangedListener

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void artifactChanged​(java.lang.Object cause)
      Is called when the artifact was changed, e.g., to trigger a reanalysis of substructures.
    • Method Detail

      • artifactChanged

        void artifactChanged​(java.lang.Object cause)
                      throws VilException
        Is called when the artifact was changed, e.g., to trigger a reanalysis of substructures.
        Parameters:
        cause - the cause for the change, e.g., an artifact representation
        Throws:
        VilException - in case that the required operations fail for some reason