[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: How to monitor all Events handled by an SWT app


"Veronika Irvine" <veronika_irvine@xxxxxxx>
>There is new API in 3.0 that may be helpful.  Warning, it may still be under
>flux and may change before the end 3.0.


Display.addFilter(int,Listener) looks like it fits the bill perfectly.  Thanks.

Michael R Head <burner@xxxxxxxxxxx>
>I'd be interested to hear of any successes you have with this.

We're extending an existing AWT testing framework- Abbot- for use with SWT, so look to http://abbot.sourceforge.net/ for info.  And I'll post here once we have something up and running.



Kevin