public abstract class SearchResultEvent extends EventObject
ISearchResults
.
This class is supposed to be subclassed to provide more specific
notification.ISearchResultListener.searchResultChanged(SearchResultEvent)
,
Serialized Formsource
Modifier | Constructor and Description |
---|---|
protected |
SearchResultEvent(ISearchResult searchResult)
Creates a new search result event for the given search result.
|
Modifier and Type | Method and Description |
---|---|
ISearchResult |
getSearchResult()
Gets the
ISearchResult for this event. |
getSource, toString
protected SearchResultEvent(ISearchResult searchResult)
searchResult
- the source of the eventpublic ISearchResult getSearchResult()
ISearchResult
for this event.
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.