T
- the generic type of the object associated with this
DataImportFinishedEvent.public final class DataImportFinishedEvent<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 |
---|
DataImportFinishedEvent(WebServiceClient source,
T imported)
Constructs the event.
|
Modifier and Type | Method and Description |
---|---|
T |
getImportedObject()
Returns the object that was imported.
|
getListenerClass, getSource
public DataImportFinishedEvent(WebServiceClient source, T imported)
source
- the source of the object that was imported.imported
- the object that was imported.public T getImportedObject()
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.