Uses of Interface
net.ssehub.easy.instantiation.core.model.artifactModel.IArtifactChangedListenerQueue
-
Packages that use IArtifactChangedListenerQueue 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. -
-
Uses of IArtifactChangedListenerQueue in net.ssehub.easy.instantiation.core.model.artifactModel
Classes in net.ssehub.easy.instantiation.core.model.artifactModel that implement IArtifactChangedListenerQueue Modifier and Type Class Description classArtifactChangedListenerQueueHandlesIArtifactChangedListener.Fields in net.ssehub.easy.instantiation.core.model.artifactModel declared as IArtifactChangedListenerQueue Modifier and Type Field Description private IArtifactChangedListenerQueueCompositeArtifact. listeners -
Uses of IArtifactChangedListenerQueue in net.ssehub.easy.instantiation.core.model.artifactModel.representation
Methods in net.ssehub.easy.instantiation.core.model.artifactModel.representation that return IArtifactChangedListenerQueue Modifier and Type Method Description IArtifactChangedListenerQueueAbstractArtifactRepresentation. getListeners()IArtifactChangedListenerQueueIArtifactRepresentation. getListeners()Returns the change listeners.
-