Packagecom.bourre.load
Classpublic class GraphicLoaderLocatorEvent
InheritanceGraphicLoaderLocatorEvent Inheritance flash.events.Event

Player version: Flash Player 9.0
Language version: ActionScript 3.0

The GraphicLoaderLocatorEvent class represents the event object passed to the event listener for GraphicLoaderLocator events.

See also

GraphicLoaderLocator


Public Methods
 MethodDefined by
  
GraphicLoaderLocatorEvent(type:String, name:String, gl:GraphicLoader)
Creates a new GraphicLoaderLocatorEvent object.
GraphicLoaderLocatorEvent
  
Returns the graphic loader object carried by this event.
GraphicLoaderLocatorEvent
  
getName():String
Returns the registration key carried by this event.
GraphicLoaderLocatorEvent
Public Constants
 ConstantDefined by
  onRegisterGraphicLoaderEVENT : String = "onRegisterGraphicLoader"
[static] Defines the value of the type property of the event object for a onRegisterGraphicLoader event.
GraphicLoaderLocatorEvent
  onUnregisterGraphicLoaderEVENT : String = "onUnregisterGraphicLoader"
[static] Defines the value of the type property of the event object for a onUnregisterGraphicLoader event.
GraphicLoaderLocatorEvent
Constructor detail
GraphicLoaderLocatorEvent()constructor
public function GraphicLoaderLocatorEvent(type:String, name:String, gl:GraphicLoader)

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Creates a new GraphicLoaderLocatorEvent object.

Parameters
type:String — Name of the event type
 
name:String — Registration key
 
gl:GraphicLoader — Graphic loader object
Method detail
getGraphicLib()method
public function getGraphicLib():GraphicLoader

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Returns the graphic loader object carried by this event.

Returns
GraphicLoader — The graphic loader object carried by this event.
getName()method 
public function getName():String

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Returns the registration key carried by this event.

Returns
String — The registration key carried by this event.
Constant detail
onRegisterGraphicLoaderEVENTconstant
public static const onRegisterGraphicLoaderEVENT:String = "onRegisterGraphicLoader"

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Defines the value of the type property of the event object for a onRegisterGraphicLoader event.

The properties of the event object have the following values:

PropertyValue
type Dispatched event type
MethodValue
getName() The registration key
getGraphicLib() The Graphic loader object
onUnregisterGraphicLoaderEVENTconstant 
public static const onUnregisterGraphicLoaderEVENT:String = "onUnregisterGraphicLoader"

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Defines the value of the type property of the event object for a onUnregisterGraphicLoader event.

The properties of the event object have the following values:

PropertyValue
type Dispatched event type
MethodValue
getName() The registration key
getGraphicLib() The Graphic loader object