[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.platform.swt] Difference between addListener() and addSelectionListener()?
|
- From: Doug Pearson <doug-list@xxxxxxxxxxxxxx>
- Date: Fri, 10 Jun 2005 14:40:57 -0700
- Newsgroups: eclipse.platform.swt
- Organization: EclipseCorner
- User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax)
Anyone know what the difference is between
addListener(SWT.Selection, ...) and
addSelectionListener(...)?
I always assumed these were equivalent, but I just discovered that when
embedding a button in a table the first form fires but the second doesn't.
So clearly there's a difference.
Thanks for any insights,
Doug