Packagecom.jeffdePascale.fosfr.tracking.methods.prototype
Classpublic class TrackMethodPrototype
InheritanceTrackMethodPrototype Inheritance flash.events.EventDispatcher
ImplementsITrackMethod
SubclassesDeepMetrix, DoubleClickFloodlight, DoubleClickSpotlight, GooglePageTracker, GoogleUrchinTracker, Hitbox, WebTrends

This class serves as the prototype for all method classes of the Tracking package. All methods must extend this prototype. New methods may be defined by extending this class and placing the new class in the tracking.methods folder. The class name must also be added to the list in the IncludeMethods class in the same folder. Arguments may be passed to these methods via arguments in the XMLList.



Public Properties
 PropertyDefined by
  name : String
TrackMethodPrototype
Protected Properties
 PropertyDefined by
  fosfr : FosfrBaseClass
TrackMethodPrototype
Public Methods
 MethodDefined by
  
TrackMethodPrototype
  
track(array:Array):void
TrackMethodPrototype
Property detail
fosfrproperty
protected var fosfr:FosfrBaseClass
nameproperty 
public var name:String
Constructor detail
TrackMethodPrototype()constructor
public function TrackMethodPrototype(_fosfr:FosfrBaseClass)Parameters
_fosfr:FosfrBaseClass
Method detail
track()method
public function track(array:Array):voidParameters
array:Array