nsISupports
Last changed in Gecko 1.9 (Firefox 3)void onItemAnnotationRemoved(in long long aItemId, in AUTF8String aName); |
void onItemAnnotationSet(in long long aItemId, in AUTF8String aName); |
void onPageAnnotationRemoved(in nsIURI aURI, in AUTF8String aName); |
void onPageAnnotationSet(in nsIURI aPage, in AUTF8String aName); |
This method is called when an annotation is deleted for an item. If aName
is empty, then ALL annotations for the given item have been deleted. This is not called when annotations are expired (normally happens when the application exits).
void onItemAnnotationRemoved( in long long aItemId, in AUTF8String aName );
aItemId
aName
This method is called when an annotation value is set for an item. It could be a new annotation, or it could be a new value for an existing annotation.
void onItemAnnotationSet( in long long aItemId, in AUTF8String aName );
aItemId
aName
Called when an annotation is deleted for a URI. If aName is empty, then ALL annotations for the given URI have been deleted. This is not called when annotations are expired (normally happens when the application exits).
void onPageAnnotationRemoved( in nsIURI aURI, in AUTF8String aName );
aURI
aName
This method is called when an annotation value is set for a URI. It could be a new annotation, or it could be a new value for an existing annotation.
void onPageAnnotationSet( in nsIURI aPage, in AUTF8String aName );
aPage
aName