|
java-gnome version 4.0.19 | ||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface Clipboard.OwnerChange
This signal is emitted any time the owner of the Clipboard [contents] changes.
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.
Method Summary | |
---|---|
void |
onOwnerChange(Clipboard source,
EventOwnerChange event)
|
Method Detail |
---|
void onOwnerChange(Clipboard source, EventOwnerChange event)
|
![]() java-gnome |
||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |