[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.platform.swt] Difference between addListener() and addSelectionListener()?

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