Interface IArtifactNotifier
-
public interface IArtifactNotifierAn instance which notifies theartifact modelabout changed artifacts. Classes implementing this interface will automatically be recognized by the VIL build language and connected to the actualartifact model.- Author:
- Holger Eichelberger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidnotifyChanged(IArtifact... artifacts)Notifies that a set of artifacts was changed.
-
-
-
Method Detail
-
notifyChanged
void notifyChanged(IArtifact... artifacts)
Notifies that a set of artifacts was changed.- Parameters:
artifacts- the arficats which were changed.
-
-