The nsIClipboardOwner
interface notifies the clipboard owner about the current status of ownership of the clipboard transferable at given situation and time.
Please add a summary to this article.
Last changed in Gecko 1.8 (Firefox 1.5 / Thunderbird 1.5 / SeaMonkey 1.0)
Inherits from: nsISupports
Method overview
void LosingOwnership(in nsITransferable aTransferable); |
Methods
LosingOwnership()
This method notifies the owner of the clipboard transferable that the transferable is being removed from the clipboard. It results into a NS_Ok
if there are no errors.
void LosingOwnership( in nsITransferable aTransferable );
Parameters
aTransferable
- The transferable.