Interface IArtifactChangedListener
-
- All Known Implementing Classes:
Binary,ClassFileArtifact,CompositeArtifact,FileArtifact,FolderArtifact,JavaFileArtifact,Text,VtlFileArtifact,XmlComment,XmlElement,XmlFileArtifact,XmlNode,XmlRootElement
public interface IArtifactChangedListenerA listener which notifies interested parties about a changed artifact.- Author:
- Holger Eichelberger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidartifactChanged(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 VilExceptionIs 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
-
-