Package | com.adobe.mosaic.om.interfaces |
Interface | public interface IManager |
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Runtime Versions: | AIR 2.6, Flash Player 10.2 |
IManager
interface serves as a base-interface for the framework manager
objects that provide high-level application functionality.
Public Properties
Property | Defined By | ||
---|---|---|---|
name : String [read-only]
Returns the name associated with the manager object. | IManager |
Property Detail
name | property |
name:String
[read-only] Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
Runtime Versions: | AIR 2.6, Flash Player 10.2 |
Returns the name associated with the manager object.
Implementation
public function get name():String
Mon Nov 28 2011, 06:48 AM -08:00