Packageorg.spicefactory.parsley.binding.impl
Classpublic class AbstractSubscriber
InheritanceAbstractSubscriber Inheritance flash.events.EventDispatcher
Subclasses PersistentSubscriber, PropertySubscriber

Abstract base class for all Subscriber implementations.



Public Properties
 PropertyDefined By
  id : String
[read-only]
AbstractSubscriber
  type : ClassInfo
[read-only]
AbstractSubscriber
  unique : Boolean
[read-only]
AbstractSubscriber
Public Methods
 MethodDefined By
  
AbstractSubscriber(type:ClassInfo, id:String = null, unique:Boolean = false)
Creates a new instance.
AbstractSubscriber
Property Detail
idproperty
id:String  [read-only]


Implementation
    public function get id():String
typeproperty 
type:ClassInfo  [read-only]


Implementation
    public function get type():ClassInfo
uniqueproperty 
unique:Boolean  [read-only]


Implementation
    public function get unique():Boolean
Constructor Detail
AbstractSubscriber()Constructor
public function AbstractSubscriber(type:ClassInfo, id:String = null, unique:Boolean = false)

Creates a new instance.

Parameters
type:ClassInfo — the type of the subscribed value
 
id:String (default = null) — the id the value is published with
 
unique:Boolean (default = false) — indicates whether there should only be one subscriber with the same type and id values