Packagecom.whirled.contrib.hackproof
Classpublic class HackDetectedEvent
InheritanceHackDetectedEvent Inheritance flash.events.Event

This is the event thrown when an HPInt, HPUInt, HPNumber, or HPBoolean either has their value changed or frozen.



Public Methods
 MethodDefined by
  
HackDetectedEvent(eventName:String)
HackDetectedEvent
Public Constants
 ConstantDefined by
  BOOLEAN_HACK_DETECTED : String = "booleanHack"
[static] Indicates a hack against an HPBoolean, does not specify which HPBoolean or which attack.
HackDetectedEvent
  INT_HACK_DETECTED : String = "intHack"
[static] Indicates a hack against an HPInt, does not specify which HPInt or which attack.
HackDetectedEvent
  NUMBER_HACK_DETECTED : String = "numberHack"
[static] Indicates a hack against an HPNumber, does not specify which HPNumber or which attack.
HackDetectedEvent
  UINT_HACK_DETECTED : String = "uintHack"
[static] Indicates a hack against an HPUInt, does not specify which HPUInt or which attack.
HackDetectedEvent
Constructor detail
HackDetectedEvent()constructor
public function HackDetectedEvent(eventName:String)Parameters
eventName:String
Constant detail
BOOLEAN_HACK_DETECTEDconstant
public static const BOOLEAN_HACK_DETECTED:String = "booleanHack"

Indicates a hack against an HPBoolean, does not specify which HPBoolean or which attack.

INT_HACK_DETECTEDconstant 
public static const INT_HACK_DETECTED:String = "intHack"

Indicates a hack against an HPInt, does not specify which HPInt or which attack.

NUMBER_HACK_DETECTEDconstant 
public static const NUMBER_HACK_DETECTED:String = "numberHack"

Indicates a hack against an HPNumber, does not specify which HPNumber or which attack.

UINT_HACK_DETECTEDconstant 
public static const UINT_HACK_DETECTED:String = "uintHack"

Indicates a hack against an HPUInt, does not specify which HPUInt or which attack.