Interface org.as2lib.io.file.LoadProgressListener

Description

LoadProgressListener can be implemented if its necessary to listen to onLoadProgress events of FileLoaders.

Method Index

onLoadProgress()

Method Detail

onLoadProgress

public function onLoadProgress(fileLoader:FileLoader):Void

Event to be published if the percentage of the loaded process changes.

Parameters

fileLoader FileLoader that executes the request