ImageLoader.removeImageLoaderListener

Removes the listener from the collection of listeners who will be notified when image data is either partially or completely loaded.

@param listener the listener which should no longer be notified

@exception IllegalArgumentException <ul> <li>ERROR_NULL_ARGUMENT - if the listener is null</li> </ul>

@see #addImageLoaderListener(ImageLoaderListener)

class ImageLoader
void
removeImageLoaderListener
(
ImageLoaderListener listener
)

Meta