java.lang.Object java.util.EventObject org.eclipse.search.ui.SearchResultEvent
public abstract class SearchResultEvent
The common superclass of all events sent from ISearchResults. This class is supposed to be subclassed to provide more specific notification.
ISearchResults
ISearchResultListener.searchResultChanged(SearchResultEvent)
source
protected
SearchResultEvent ( ISearchResult searchResult)
ISearchResult
getSearchResult ()
getSource, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
protected SearchResultEvent( ISearchResult searchResult)
searchResult
public ISearchResult getSearchResult()
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.