Packageorg.spicefactory.parsley.core.events
Classpublic class ObjectDefinitionRegistryEvent
InheritanceObjectDefinitionRegistryEvent Inheritance flash.events.Event

Event that fires when an ObjectDefinitionRegistry changes its internal state.



Public Methods
 MethodDefined By
  
Creates a new event instance.
ObjectDefinitionRegistryEvent
Public Constants
 ConstantDefined By
  FROZEN : String = frozen
[static] Constant for the type of event fired when configuration for a registry has been frozen.
ObjectDefinitionRegistryEvent
Constructor Detail
ObjectDefinitionRegistryEvent()Constructor
public function ObjectDefinitionRegistryEvent(type:String)

Creates a new event instance.

Parameters
type:String — the type of this event
Constant Detail
FROZENConstant
public static const FROZEN:String = frozen

Constant for the type of event fired when configuration for a registry has been frozen. After this event has been dispatched any attempt to modify the registry or any of the definitions it contains will lead to an Error.