Mozilla.com

  1. MDC
  2. Main Page
  3. nsIClipboardOwner
Table of contents
  1. 1. Method overview
  2. 2. Methods
    1. 2.1. LosingOwnership()
          1. 2.1.1.1.1. Parameters
    2. 2.2. See also

nsIClipboardOwner

Table of contents
  1. 1. Method overview
  2. 2. Methods
    1. 2.1. LosingOwnership()
          1. 2.1.1.1.1. Parameters
    2. 2.2. See also

The nsIClipboardOwner interface notifies the clipboard owner about the current status of ownership of the clipboard transferable at given situation and time.


nsIClipboardOwner is defined in widget/public/nsIClipboardOwner.idl . It is scriptable and unfrozen (hasn't changed since Mozilla 1.8) .

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.

Page last modified 00:41, 3 Jan 2008 by Arehman4

Files (0)