| Package | org.spicefactory.parsley.core.events |
| Class | public class ObjectDefinitionRegistryEvent |
| Inheritance | ObjectDefinitionRegistryEvent flash.events.Event |
| Method | Defined By | ||
|---|---|---|---|
ObjectDefinitionRegistryEvent(type:String)
Creates a new event instance. | ObjectDefinitionRegistryEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| FROZEN : String = frozen [static]
Constant for the type of event fired when configuration for a registry has been frozen. | ObjectDefinitionRegistryEvent | ||
| ObjectDefinitionRegistryEvent | () | Constructor |
public function ObjectDefinitionRegistryEvent(type:String)Creates a new event instance.
Parameterstype:String — the type of this event
|
| FROZEN | Constant |
public static const FROZEN:String = frozenConstant 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.