Bug 204659 - [Clipboard] Adding a listener to the Clipboard class
Summary: [Clipboard] Adding a listener to the Clipboard class
Status: RESOLVED DUPLICATE of bug 39369
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 3.2.1   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Duong Nguyen CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-26 05:25 EDT by Eitan CLA
Modified: 2007-12-06 14:21 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eitan CLA 2007-09-26 05:25:57 EDT
I'm trying to implement a mechanism that replaces a regular clipboard. I need to synchronize this mechanism with the system clipboard but I can't since I don't know when an element is being inserted into the clipboard.
It would be very helpful if the API included a method that adds a clipboard events listener to the Clipboard class.
Another approach might be to add a time-stamp, or some other ordering to the elements in the clipboard. I know that this is built-in in Windows but I'm not sure about the other operating systems.
Comment 1 Florian Priester CLA 2007-09-26 06:01:40 EDT
See bug 39369.
Comment 2 Duong Nguyen CLA 2007-12-06 14:21:15 EST

*** This bug has been marked as a duplicate of bug 39369 ***