Uses of Interface
net.ssehub.easy.instantiation.core.model.artifactModel.IArtifactChangedListener
-
Packages that use IArtifactChangedListener Package Description net.ssehub.easy.instantiation.core.model.artifactModel Contains the VIL artifact model.net.ssehub.easy.instantiation.core.model.artifactModel.representation Contains the implementation of the artifact content representations.net.ssehub.easy.instantiation.core.model.artifactModel.xml Contains simple (non-decomposed) artifacts.net.ssehub.easy.instantiation.java.artifacts Default Java artifacts. -
-
Uses of IArtifactChangedListener in net.ssehub.easy.instantiation.core.model.artifactModel
Classes in net.ssehub.easy.instantiation.core.model.artifactModel that implement IArtifactChangedListener Modifier and Type Class Description classCompositeArtifactThe (abstract) top-level decomposable artifact of this package.classFileArtifactImplements a simple file artifact, i.e., an artifact which is represented as a file.classFolderArtifactRepresents a file system folder.classVtlFileArtifactDefines an artifact for VTL.Fields in net.ssehub.easy.instantiation.core.model.artifactModel with type parameters of type IArtifactChangedListener Modifier and Type Field Description private java.util.List<IArtifactChangedListener>ArtifactChangedListenerQueue. listenersMethods in net.ssehub.easy.instantiation.core.model.artifactModel with parameters of type IArtifactChangedListener Modifier and Type Method Description voidArtifactChangedListenerQueue. registerListener(IArtifactChangedListener listener)voidIArtifactChangedListenerQueue. registerListener(IArtifactChangedListener listener)Registers alistener.booleanArtifactChangedListenerQueue. unregisterListener(IArtifactChangedListener listener)booleanIArtifactChangedListenerQueue. unregisterListener(IArtifactChangedListener listener)Unregisters a listener. -
Uses of IArtifactChangedListener in net.ssehub.easy.instantiation.core.model.artifactModel.representation
Classes in net.ssehub.easy.instantiation.core.model.artifactModel.representation that implement IArtifactChangedListener Modifier and Type Class Description classBinaryThe binary representation of an artifact.classTextThe textual representation of an artifact (if there is any). -
Uses of IArtifactChangedListener in net.ssehub.easy.instantiation.core.model.artifactModel.xml
Classes in net.ssehub.easy.instantiation.core.model.artifactModel.xml that implement IArtifactChangedListener Modifier and Type Class Description classXmlCommentRepresents an XML comment.classXmlElementRepresents a parsed XML element with contained attributes.classXmlFileArtifactRepresents a parsed XML file artifact.classXmlNodeAn abstract fragment representing a XML node.(package private) classXmlRootElementA specific root element storing the relation to the containing file artifact. -
Uses of IArtifactChangedListener in net.ssehub.easy.instantiation.java.artifacts
Classes in net.ssehub.easy.instantiation.java.artifacts that implement IArtifactChangedListener Modifier and Type Class Description classClassFileArtifactRepresents a Java class file.classJavaFileArtifactRepresents a Java source code file artifact.
-