flex.messaging
Interface FlexConfigurable
- All Known Subinterfaces:
- FlexFactory
- All Known Implementing Classes:
- AbstractAssembler, HibernateAssembler
- public interface FlexConfigurable
Components created in the Flex configuration environment can implement
the FlexConfigurable interface to get access to the configuration
properties like a regular component in the system.
initialize
public void initialize(String id,
ConfigMap configMap)
- Initializes the component with configuration information. The id parameter
contains an identity you can use in diagnostic messages to determine which
component's configuration this is. The configMap parameter contains the
properties for configuring your component.
Copyright © 2006 Adobe Systems Inc. All Rights Reserved. (Updated August 2, 2006)