LoadErrorListener can be implemented if its necessary to listen
to onLoadError events of FileLoaders.
public function onLoadError(fileLoader:FileLoader, errorCode:String, error):BooleanEvent to be published if a error occured during loading of a certain resource.
fileLoader | FileLoader that executes the request
|
errorCode | error-code to fast identify the concrete error |
error | information to the certain error |
true to consume the event