Interface org.as2lib.io.file.LoadCompleteListener

Description

LoadCompleteListener can be implemented if its necessary to listen to onLoadComplete events of FileLoaders.

Method Index

onLoadComplete()

Method Detail

onLoadComplete

public function onLoadComplete(fileLoader:FileLoader):Void

Event to be published if the file finished loading.

This event will only occur after the FileLoader was started.

This event will not occur if the file was not available.

Parameters

fileLoader FileLoader that contains the requested resource