Packagecom.jeffdePascale.fosfr.tracking
Classpublic class TrackingEvent
InheritanceTrackingEvent Inheritance flash.events.Event

Fosfr dispatches TrackingEvent objects every time the the track method of the chosen tracking methods is called. There is one type of Tracking Event:

See also

com.jeffdePascale.fosfr.tracking.methods


Public Constants
 ConstantDefined by
  COMPLETE : String = "complete"
[static] The TrackingEvent.COMPLETE constant defines the value of the type property of the event object for a complete event.
TrackingEvent
  TRACK : String = "track"
[static] The TrackingEvent.TRACK constant defines the value of the type property of the event object for a track event.
TrackingEvent
Constant detail
COMPLETEconstant
public static const COMPLETE:String = "complete"

The TrackingEvent.COMPLETE constant defines the value of the type property of the event object for a complete event.

The properties of the event object have the following values:

Property Value
type "complete"
bubbles A Boolean value.
cancelable A Boolean value.
TRACKconstant 
public static const TRACK:String = "track"

The TrackingEvent.TRACK constant defines the value of the type property of the event object for a track event.

The properties of the event object have the following values:

Property Value
type "complete"
bubbles A Boolean value.
cancelable A Boolean value.
method The name of the tracking currently running.
tag The tracking tag currently being passed to the current method.