The net.guttershark.preloading.events package contains event classes used within the preloading package.
| Class | Description | |
|---|---|---|
| AssetCompleteEvent | The AssetCompleteEvent dispatches when an asset has completed downloading. | |
| AssetErrorEvent | The AssetErrorEvent dispatches when an asset has stopped loading due to an error. | |
| AssetOpenEvent | The AssetOpenEvent dispatches when an Asset has started downloading. | |
| AssetProgressEvent | The AssetProgressEvent dispatches for an Asset that is downloading. | |
| AssetStatusEvent | The AssetStatusEvent dispatches for an Asset that had an HTTP status other than 0 or 200. | |
| PreloadProgressEvent | The PreloadProgressEvent dispatches to notify listeners the overall progress of a PreloadController. |