Ignore:
Timestamp:
03/03/10 12:01:16 (14 years ago)
Author:
patdui
Message:
  • added as3httpclient for doing http DELETE commands etc...
  • implemented editor
  • Using Basic Header security to authorize POST and DELETEs
  • renamed Register to Importer
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ComponentRegistry/trunk/ComponentBrowserGui/src/main/flex/clarin/cmdi/componentregistry/services/ProfileInfoService.as

    r121 r206  
    33        import clarin.cmdi.componentregistry.common.ItemDescription;
    44        import clarin.cmdi.componentregistry.common.Profile;
    5 
     5       
    66        import flash.events.Event;
    7 
     7        import flash.events.EventDispatcher;
     8       
    89        import mx.collections.ArrayCollection;
    910        import mx.messaging.messages.HTTPRequestMessage;
     
    1617
    1718        [Event(name="ProfileLoaded", type="flash.events.Event")]
    18         public class ProfileInfoService {
     19        public class ProfileInfoService  extends EventDispatcher {
    1920                public static const PROFILE_LOADED:String = "ProfileLoaded";
    2021
Note: See TracChangeset for help on using the changeset viewer.