T
- The type of the search result.public final class SearchFinishedEvent<T> extends AbstractCyEvent<WebServiceClient>
Constructor and Description |
---|
SearchFinishedEvent(WebServiceClient source,
T result)
Constructs the event.
|
Modifier and Type | Method and Description |
---|---|
T |
getSearchResult()
Returns The search result.
|
getListenerClass, getSource
public SearchFinishedEvent(WebServiceClient source, T result)
source
- the source object firing the event.result
- the search result object.public T getSearchResult()
Copyright 2011 Cytoscape Consortium. All rights reserved.