Packagecom.jeffdePascale.fosfr.debug
Classpublic class DebugEvent
InheritanceDebugEvent Inheritance flash.events.Event

The Debug class dispatches DebugEvent objects when the Debug.update() method sends a new value to the debugger. There is one type of Debug Event:

See also

com.jeffdePascale.fosfr.core.ConfigLoader
com.jeffdePascale.fosfr.core.FosfrBaseClass


Public Constants
 ConstantDefined by
  TRACE : String = "trace"
[static] The DebugEvent.TRACE constant defines the value of the type property of the event object for a trace event.
DebugEvent
Constant detail
TRACEconstant
public static const TRACE:String = "trace"

The DebugEvent.TRACE constant defines the value of the type property of the event object for a trace event.

The properties of the event object have the following values:

Property Value
type "complete"
bubbles A Boolean value.
cancelable A Boolean value.
value a string value of the debug information.