Packageardisia.components.rating.events
Classpublic class RatingEvent
InheritanceRatingEvent Inheritance flash.events.Event

Custom event for the Rating class.



Public Methods
 MethodDefined By
  
RatingEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
RatingEvent
Public Constants
 ConstantDefined By
  CHANGE : String = change
[static]
RatingEvent
Constructor Detail
RatingEvent()Constructor
public function RatingEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)



Parameters
type:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Constant Detail
CHANGEConstant
public static const CHANGE:String = change