Index
Source file
mozILivemarkCallback
Methods
onCompletion(aStatus, aLivemark)
Invoked when a livemark is added, removed or retrieved.
Parameters
aStatus
Whether the request was completed successfully. Use Components.isSuccessCode(aStatus) to check this.
aLivemark
A mozILivemark object representing the livemark, or null on removal.