[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.swt] Re: Display.addFilter
|
So what does Display.addListener() do and what are the valid types for it?
Steve Northover wrote:
> From the JavaDoc for Display:
> * <dl>
> * <dt><b>Styles:</b></dt>
> * <dd>(none)</dd>
> * <dt><b>Events:</b></dt>
> * <dd>Close, Dispose</dd>
> * </dl>
> We're looking at bringing Display.addFilter() back with clear semantics (ie.
> is it an observer only or can it be used to filter out events).
> "Stephen" <stephen.goldbaum@xxxxxxxxxx> wrote in message
> news:ba2tk4$jmo$1@xxxxxxxxxxxxxxxx
> > Re there any plans to bring this back? Also, what does
> > Display.addListener do? What event types are valid for Display. I
> > haven't been able to find any documentation on this function.
> >