Packagecom.godpaper.as3.messages
Classpublic class ConductMessage
InheritanceConductMessage Inheritance Object

ConductMessage.as class. / This is the message that is instatiated and dispatched. It is meant to request an RSS Feed. Parsley uses primarely the class type to select what Command to execute, but it recognizes that you could also have the same class and wish to invoke different Commands depending on some values of this class. So it also uses a selector property of this class. Somewhat similar to the Event type selector, but without the same limitations. For more Parsley Examples visit artinflex.blogspot.com /



Public Properties
 PropertyDefined By
  brevity : String
[read-only]
ConductMessage
Public Methods
 MethodDefined By
  
ConductMessage(brevity:String)
ConductMessage
Property Detail
brevityproperty
brevity:String  [read-only]


Implementation
    public function get brevity():String
Constructor Detail
ConductMessage()Constructor
public function ConductMessage(brevity:String)



Parameters
brevity:String