Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

nsIClipboardOwner

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.

See also

Document Tags and Contributors

 Contributors to this page: Sheppy, trevorh, Arehman4
 Last updated by: Sheppy,