nsISupports
Last changed in Gecko 12.0 (Firefox 12.0 / Thunderbird 12.0 / SeaMonkey 2.9)If you wish to listen for activities on an imgIContainer
, you should implement the frameChanged()
method.
void frameChanged(in imgIRequest aRequest, in imgIContainer aContainer, [const] in nsIntRect aDirtyRect); Native code only! |
Called when the frame for an image container has changed.
void frameChanged( in imgIRequest aRequest, in imgIContainer aContainer, [const] in nsIntRect aDirtyRect );
aRequest
aContainer
aDirtyRect
The aRequest
parameter was added to this method in Gecko 12.0 (Firefox 12.0 / Thunderbird 12.0 / SeaMonkey 2.9).