Interface org.as2lib.io.file.LoadErrorListener

Description

LoadErrorListener can be implemented if its necessary to listen to onLoadError events of FileLoaders.

Method Index

onLoadError()

Method Detail

onLoadError

public function onLoadError(fileLoader:FileLoader, errorCode:String, error):Boolean

Event to be published if a error occured during loading of a certain resource.

Parameters

fileLoader FileLoader that executes the request
errorCodeerror-code to fast identify the concrete error
errorinformation to the certain error

Return

true to consume the event