Packageqnx.events
Classpublic class ScrollerEvent
InheritanceScrollerEvent Inheritance flash.events.Event



Public Methods
 MethodDefined By
  
ScrollerEvent(type:String)
ScrollerEvent
Public Constants
 ConstantDefined By
  ACTIVE : String = active
[static] Event indicating that a scroller is now active meaning that the scroll position or zoom factor are changing.
ScrollerEvent
  INACTIVE : String = inactive
[static] Event indicating that a scroller is no longer active.
ScrollerEvent
Constructor Detail
ScrollerEvent()Constructor
public function ScrollerEvent(type:String)



Parameters
type:String
Constant Detail
ACTIVEConstant
public static const ACTIVE:String = active

Event indicating that a scroller is now active meaning that the scroll position or zoom factor are changing.

INACTIVEConstant 
public static const INACTIVE:String = inactive

Event indicating that a scroller is no longer active.