The nsIClipboardOwner
interface notifies the clipboard owner about the current status of ownership of the clipboard transferable at given situation and time.
Inherits from: nsISupports
void LosingOwnership(in nsITransferable aTransferable); |
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 );
aTransferable