Interface IChangeGenerator
- All Known Subinterfaces:
IApprovalStruct
,IBaselineCollectionElement
,IBuildDeploymentArtifact
,IBuildEvent
,IBuildEvents
,IBuildLinkedWorkItemStruct
,IBuildTestResults
,IExternallyLinkedWorkItemStruct
,IFeatureSelection
,IFeatureSelectionItem
,IHyperlinkStruct
,ILinkedOslcResourceStruct
,ILinkedRevisionStruct
,ILinkedWorkItemStruct
,IModule.IOutlineNumberingDef
,IModule.IRenderingLayoutStruct
,IModule.IStructureNode
,IModuleComment.IImportedCommentStruct
,IParameterDefinitionStruct
,IParametersAndDefinitionsStruct
,IParameterStruct<T>
,IPlanningConstraintStruct
,IPlanRecord
,IRow
,ISignature
,ISignatureData
,IStructure
,ITable
,ITestRecord
,ITestStep
,ITestStepResult
,ITestSteps
,ITypedList<T>
- All Known Implementing Classes:
AbstractTypedList
,CustomTypedList
,EmptyTypedList
,ModelTypedList
,PObjectTypedList
,Structure
public interface IChangeGenerator
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setChangeOwner
(IChangeListener owner) Sets the new owner to send the dirty status to.
-
Method Details
-
setChangeOwner
Sets the new owner to send the dirty status to.- Parameters:
owner
- The actual owner ornull
to remove owner.
-