Interface IArtifactNotifier


  • public interface IArtifactNotifier
    An instance which notifies the artifact model about changed artifacts. Classes implementing this interface will automatically be recognized by the VIL build language and connected to the actual artifact model.
    Author:
    Holger Eichelberger
    • Method Detail

      • notifyChanged

        void notifyChanged​(IArtifact... artifacts)
        Notifies that a set of artifacts was changed.
        Parameters:
        artifacts - the arficats which were changed.