Packageardisia.components.colorizer.events
Classpublic class ColorizerEvent
InheritanceColorizerEvent Inheritance flash.events.Event

Custom event for the Colorizer classes.



Public Methods
 MethodDefined By
  
ColorizerEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
ColorizerEvent
Public Constants
 ConstantDefined By
  CHANGE : String = change
[static]
ColorizerEvent
Constructor Detail
ColorizerEvent()Constructor
public function ColorizerEvent(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