topical media & game development
lib-flex-store-samples-flexstore-ProductThumbEvent.ax
lib-flex-store-samples-flexstore-ProductThumbEvent.ax
(swf
)
[ flash
]
flex
//////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2003-2006 Adobe Macromedia Software LLC and its licensors.
// All Rights Reserved.
// The following is Sample Code and is subject to all restrictions on such code
// as contained in the End User License Agreement accompanying this product.
// If you have received this file from a source other than Adobe,
// then your use, modification, or distribution of it requires
// the prior written permission of Adobe.
//
//////////////////////////////////////////////////////////////////////////
package
{
import flash.events.Event;
public class @ax-lib-flex-store-samples-flexstore-ProductThumbEvent extends Event
{
public static const PURCHASE:String = "purchase";
public static const COMPARE:String = "compare";
public static const DETAILS:String = "details";
public static const BROWSE:String = "browse";
public var product:lib_flex_store_samples_flexstore_Product;
public function @ax-lib-flex-store-samples-flexstore-ProductThumbEvent(type:String, product:lib_flex_store_samples_flexstore_Product)
{
super(type);
this.product = product;
}
override public function clone():Event
{
return new @ax-lib-flex-store-samples-flexstore-ProductThumbEvent(type, product);
}
}
}
(C) Æliens
18/6/2009
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.