Core.Web.Library
_Item
Class Hierarchy:

Representation of a single library to be loaded within a group

Constructor Summary
Public Core.Web.Library._Item()
Creates a new library item.

Instance Field Summary
Internal _url
URL Of library to load.
Internal _group
Containing library group.
Internal _content
Loaded library content (set when retrieved).

Instance Method Summary
Internal _retrieveListener()
Event listener for response from the HttpConnection used to retrieve the library.
Internal _install()
Installs the library.
Internal _retrieve()
Asynchronously retrieves the library.

Constructor Detail
Core.Web.Library._Item()
Creates a new library item.
Parameters:
group (Core.Web.Library.Group) - the library group in which the item is contained
url (String) - the URL from which the library may be retrieved

Instance Method Detail
_retrieveListener
Event listener for response from the HttpConnection used to retrieve the library.
Parameters:
e - the event

_install
Installs the library. The library must have been loaded before invoking this method.

_retrieve
Asynchronously retrieves the library. This method will invoke the retrieve listener when the library has been completed, it will return before the library has been retrieved.