Packagecom.adobe.portfolio.events
Classpublic class ThumbnailManagerEvent
InheritanceThumbnailManagerEvent Inheritance mx.events.PropertyChangeEvent

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

The ThumbnailManagerEvent class extends PropertyChangeEvent and is dispatched by com.adobe.portfolio.managers.ThumbnailMnager.



Public Methods
 MethodDefined By
  
ThumbnailManagerEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, kind:String = null, property:Object = null, oldValue:Object = null, newValue:Object = null, source:Object = null)
Constructor
ThumbnailManagerEvent
Public Constants
 ConstantDefined By
  ASPECT_RATIO_CHANGED : String = aspectRatioChanged
[static] Type of ThumbnailManagerEvent that is dispatched when an attachment thumbnail changes aspectRatio.
ThumbnailManagerEvent
Constructor Detail
ThumbnailManagerEvent()Constructor
public function ThumbnailManagerEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, kind:String = null, property:Object = null, oldValue:Object = null, newValue:Object = null, source:Object = null)

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

Constructor

Parameters
type:String — The event type; indicates the action that triggered the event.
 
bubbles:Boolean (default = false) — Specifies whether the event can bubble up the display list hierarchy.
 
cancelable:Boolean (default = false) — Specifies whether the behavior associated with the event can be prevented.
 
kind:String (default = null) — Specifies the kind of change. The possible values are PropertyChangeEventKind.UPDATE, PropertyChangeEventKind.DELETE, and null.
 
property:Object (default = null) — A String, QName, or int specifying the property that changed.
 
oldValue:Object (default = null) — The value of the property before the change.
 
newValue:Object (default = null) — The value of the property after the change.
 
source:Object (default = null) — The object that the change occured on.

See also

mx.events.PropertyChangeEvent
ASPECT_RATIO_CHANGED
Constant Detail
ASPECT_RATIO_CHANGEDConstant
public static const ASPECT_RATIO_CHANGED:String = aspectRatioChanged

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

Type of ThumbnailManagerEvent that is dispatched when an attachment thumbnail changes aspectRatio.