T - The type of the search result.public final class SearchFinishedEvent<T> extends AbstractCyEvent<WebServiceClient>
Module: webservice-api
To use this in your app, include the following dependency in your POM:
<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>webservice-api</artifactId>
</dependency>| Constructor and Description |
|---|
SearchFinishedEvent(WebServiceClient source,
T result)
Constructs the event.
|
| Modifier and Type | Method and Description |
|---|---|
T |
getSearchResult()
Returns The search result.
|
getListenerClass, getSourcepublic SearchFinishedEvent(WebServiceClient source, T result)
source - the source object firing the event.result - the search result object.public T getSearchResult()
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.