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
declaes 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
Last Modified April 21, 1997
Copyright 1997, 1999 Elliotte Rusty Harold
elharo@metalab.unc.edu