canContinue:Boolean [read-only]
Defines if the massive loading can continue or not.
Implementation
public function get canContinue():Boolean
public function processFile(file:ILoadManager, closeEvent:Event):ILoadManager
Called by the MassLoader when a file download is complete. This can be due
to a successful download or not (see the closeEvent parameters).
Parameters
| file:ILoadManager — The ILoadManager to process.
|
| |
| closeEvent:Event — The event within the ILoadManager is finished.
|
Returns
| ILoadManager —
The ILoadManager to reload or null if there is nothing do.
|