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
/