WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.

nsICacheListener

IID:638c3848-778b-4851-8ff3-9400f65b8773
Inherits From:nsISupports

This interface is implemented by the following components:


Methods

void onCacheEntryAvailable ( nsICacheEntryDescriptor descriptor , nsCacheAccessMode accessGranted , nsresult status )

void onCacheEntryAvailable ( nsICacheEntryDescriptor descriptor , nsCacheAccessMode accessGranted , nsresult status )

Called when the requested access (or appropriate subset) is acquired. The status parameter equals NS_OK on success. See nsICacheService.idl for accessGranted values.

Arguments:
descriptor
accessGranted
status

References

This interface is passed as an argument to the following methods:

nsICacheSession.asyncOpenCacheEntry

Reference documentation is generated from Mozilla's source.