Packageorg.springextensions.actionscript.cairngorm.control.module
SVN browsingSASCairngormModuleEvent.as
FisheyeSASCairngormModuleEvent.as
Classpublic class SASCairngormModuleEvent
InheritanceSASCairngormModuleEvent Inheritance com.adobe.cairngorm.control.CairngormEvent

Base class for CairngormEvents that are used with the ModuleFrontController, will create an instance with the constructor argument bubbles set to true.



Public Methods
 MethodDefined by
  
SASCairngormModuleEvent(type:String, cancelable:Boolean = false)
Creates a new SASCairngormModuleEvent instance.
SASCairngormModuleEvent
  
dispatch():Boolean
SASCairngormModuleEvent
Constructor detail
SASCairngormModuleEvent()constructor
public function SASCairngormModuleEvent(type:String, cancelable:Boolean = false)

Creates a new SASCairngormModuleEvent instance.

Parameters
type:String
 
cancelable:Boolean (default = false)
Method detail
dispatch()method
public override function dispatch():Boolean

Returns
Boolean

Throws
SASCairngormEvent instances should be dispatched with a regular dispatchEvent() call that can bubble through the UI hierarchy.