T
- the generic type of the object associated with this
DataImportFinishedEvent.public final class DataImportFinishedEvent<T> extends AbstractCyEvent<WebServiceClient>
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 Cytoscape Consortium. All rights reserved.