source: ComponentRegistry/trunk/ComponentBrowserGui/src/main/flex/clarin/cmdi/componentregistry/common/ChangeTrackingCMDElement.as @ 1949

Last change on this file since 1949 was 1949, checked in by twagoo, 12 years ago

Fixed implementation of #202:

  • when new components/elements/attributes are added, they inherit changeTracking status of parent
  • CMDComponentElement also check attribute children for changes when doing hasChanged()
File size: 148 bytes
Line 
1package clarin.cmdi.componentregistry.common
2{
3        public interface ChangeTrackingCMDElement
4        {
5                function set changeTracking(value:Boolean):void;
6        }
7}
Note: See TracBrowser for help on using the repository browser.