| Package | org.spicefactory.parsley.binding.impl |
| Class | public class AbstractSubscriber |
| Inheritance | AbstractSubscriber flash.events.EventDispatcher |
| Subclasses | PersistentSubscriber, PropertySubscriber |
| Property | Defined By | ||
|---|---|---|---|
| id : String [read-only] | AbstractSubscriber | ||
| type : ClassInfo [read-only] | AbstractSubscriber | ||
| unique : Boolean [read-only] | AbstractSubscriber | ||
| Method | Defined By | ||
|---|---|---|---|
AbstractSubscriber(type:ClassInfo, id:String = null, unique:Boolean = false)
Creates a new instance. | AbstractSubscriber | ||
| id | property |
id:String [read-only] public function get id():String| type | property |
| unique | property |
unique:Boolean [read-only] public function get unique():Boolean| AbstractSubscriber | () | Constructor |
public function AbstractSubscriber(type:ClassInfo, id:String = null, unique:Boolean = false)Creates a new instance.
Parameterstype: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
|