Lines Matching full:load
47 an error has been received for a resource, and completion of a resource load.
68 @param dataSource The datasource that initiated the load.
70 that can be used to track the load of a single resource. This identifier will be
82 @discussion This message is sent before a load is initiated. The request may be modified
85 @param identifier An identifier that can be used to track the progress of a resource load across
90 @param dataSource The dataSource that initiated the load.
119 @abstract This message is sent after a response has been received for this load.
121 @param identifier An identifier that can be used to track the progress of a resource load across
124 @param dataSource The dataSource that initiated the load.
125 @discussion In some rare cases, multiple responses may be received for a single load.
137 @param identifier An identifier that can be used to track the progress of a resource load across
140 @param dataSource The dataSource that initiated the load.
147 @discussion This message is sent after a load has successfully completed.
149 @param identifier An identifier that can be used to track the progress of a resource load across
151 @param dataSource The dataSource that initiated the load.
158 @discussion This message is sent after a load has failed to load due to an error.
160 @param identifier An identifier that can be used to track the progress of a resource load across
162 @param error The error associated with this load.
163 @param dataSource The dataSource that initiated the load.
170 @discussion Called when a plug-in is not found, fails to load or is not available for some reason.