GraphicLoaderEvent

Kind of class:public class
Package:com.bourre.load
Inherits from:LoaderEvent < BasicEvent < Event
Version:1.0
Author:Francis Bourre
Classpath:com.bourre.load.GraphicLoaderEvent
File last modified:Monday, 24 November 2008, 11:36:47

Summary


Constructor
Instance properties
Instance properties inherited from LoaderEvent
Instance properties inherited from BasicEvent
Instance methods

Constructor

GraphicLoaderEvent

public function GraphicLoaderEvent (
type:String, gl:GraphicLoader, errorMessage:String = "")

Instance methods

getApplicationDomain

public function getApplicationDomain (
) : ApplicationDomain

getGraphicLoader

public function getGraphicLoader (

getView

public function getView (
) : DisplayObjectContainer

Event handlers

onLoadErrorEVENT

public static const onLoadErrorEVENT:String = LoaderEvent.onLoadErrorEVENT
(read)

onLoadInitEVENT

public static const onLoadInitEVENT:String = LoaderEvent.onLoadInitEVENT
(read)

onLoadProgressEVENT

public static const onLoadProgressEVENT:String = LoaderEvent.onLoadProgressEVENT
(read)

onLoadStartEVENT

public static const onLoadStartEVENT:String = LoaderEvent.onLoadStartEVENT
(read)

onLoadTimeOutEVENT

public static const onLoadTimeOutEVENT:String = LoaderEvent.onLoadTimeOutEVENT
(read)