The java.awt.datatransfer.ClipboardOwner interface

For synchronization purposes each clipboard must be the exclusive property of one object. This object must implement the java.awt.datatransfer.ClipboardOwner interface. This interface declares a single method, lostOwnership(), which is which is used to warn an object that it no longer owns the clipboard.

public abstract void lostOwnership(Clipboard clipboard, 
  Transferable contents)

Previous | Next | Top | Cafe au Lait

Copyright 1997, 1999 Elliotte Rusty Harold
elharo@metalab.unc.edu
Last Modified April 21, 1997