Core.Web.Image
_Monitor
Class Hierarchy:

Work object for monitorImageLoading() method.

Constructor Summary
Public Core.Web.Image._Monitor()
Creates a new image monitor.

Instance Field Summary
Internal _processImageLoadRef
Reference to _processImageLoad method.
Internal _queuedRunnable
Currently enqueued runnable.
Internal _listener
Listener to notify of successful image loadings.
Internal _interval
Minimum Listener callback interval.
Internal _count
The number of images to be loaded.

Instance Method Summary
Internal _processImageLoad()
Process an image loading event.

Constructor Detail
Core.Web.Image._Monitor()
Creates a new image monitor.
Parameters:
element (Element) - the root element which may (or may not) contain IMG elements
listener (Function) - the method to invoke when images are loaded
interval (Number) - the minimum time interval at which to notify the listener of successfully loaded images

Instance Method Detail
_processImageLoad
Process an image loading event.
Parameters:
e - the event object