public class SystemClipboardListener extends Object implements ClipboardOwner
| Constructor and Description |
|---|
SystemClipboardListener()
final Clipboard systemClipboard = Toolkit.getDefaultToolkit().getSystemClipboard();
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
gainOwnership(Transferable contents)
DOCUMENT ME!
|
void |
lostOwnership(Clipboard clipboard,
Transferable transferable) |
protected void |
processContents(Transferable contents)
DOCUMENT ME!
|
public SystemClipboardListener()
public void lostOwnership(Clipboard clipboard, Transferable transferable)
lostOwnership in interface ClipboardOwnerprotected final void gainOwnership(Transferable contents)
contents - DOCUMENT ME!protected void processContents(Transferable contents)
contents - DOCUMENT ME!Copyright © 2012–2026 cismet GmbH. All rights reserved.