Packagemx.events
Classpublic final class InvalidateRequestData

The InvalidateRequestData class defines constants for the values of the data property of a SWFBridgeRequest object when used with the SWFBridgeRequest.INVALIDATE_REQUEST request.



Public Constants
 ConstantDefined by
  DISPLAY_LIST : uint = 0x0001
[static] Bit to indicate the request handler should invalidate their display list.
InvalidateRequestData
  PROPERTIES : uint = 0x0002
[static] Bit to indicate the request handler should invalidate their properties.
InvalidateRequestData
  SIZE : uint = 0x0004
[static] Bit to indicate the request handler should invalidate their size.
InvalidateRequestData
Constant detail
DISPLAY_LISTconstant
public static const DISPLAY_LIST:uint = 0x0001

Bit to indicate the request handler should invalidate their display list.

PROPERTIESconstant 
public static const PROPERTIES:uint = 0x0002

Bit to indicate the request handler should invalidate their properties.

SIZEconstant 
public static const SIZE:uint = 0x0004

Bit to indicate the request handler should invalidate their size.