public static interface Clipboard.OwnerChange
Somewhat surprisingly, you will get a hit on this every time you call
Clipboard's setText()
. This is
because calling that method passes a copy of the String to the X server
which takes ownership of the data for passage to other applications.
That's a behaviour we might like to fix.
Modifier and Type | Method and Description |
---|---|
void |
onOwnerChange(Clipboard source,
EventOwnerChange event) |
void onOwnerChange(Clipboard source, EventOwnerChange event)