nsISupports
Last changed in Gecko 14 (Firefox 14 / Thunderbird 14 / SeaMonkey 2.11)void onCacheEntryAvailable(in nsICacheEntryDescriptor descriptor, in nsCacheAccessMode accessGranted, in nsresult status); |
void onCacheEntryDoomed(in nsresult status); |
This method is called when the requested access (or appropriate subset) is acquired. The status parameter equals NS_OK on success. See nsICacheService for accessGranted values.
void onCacheEntryAvailable( in nsICacheEntryDescriptor descriptor, in nsCacheAccessMode accessGranted, in nsresult status );
descriptoraccessGrantedstatusThis method is called when the processing started by nsICacheSession.doomEntry() is completed.
void onCacheEntryDoomed( in nsresult status );
statusNS_OK when the entry was doomed, or NS_ERROR_NOT_AVAILABLE when there is no such entry.