Packageorg.spicefactory.parsley.xml.tag
Classpublic class ManagedEventsDecoratorTag
InheritanceManagedEventsDecoratorTag Inheritance ManagedEventsDecorator Inheritance Object

Represents the managed-events XML tag.



Public Properties
 PropertyDefined By
 Inheritednames : Array
The event names/types of all events dispatched by the annotated class that should be managed by Parsley.
ManagedEventsDecorator
  namesAsString : String
[write-only] The names of the events to manage as a single String concatenated with a ','.
ManagedEventsDecoratorTag
 Inheritedscope : String
The scope these managed events should be dispatched to.
ManagedEventsDecorator
Public Methods
 MethodDefined By
 Inherited
Method to be invoked by the container for each configuration tag it encounters for an object that was added to the container.
ManagedEventsDecorator
Property Detail
namesAsStringproperty
namesAsString:String  [write-only]

The names of the events to manage as a single String concatenated with a ','.


Implementation
    public function set namesAsString(value:String):void