Cytoscape 3.0.1 API

org.cytoscape.io.webservice.events
Class DataImportFinishedEvent<T>

java.lang.Object
  extended by org.cytoscape.event.AbstractCyEvent<WebServiceClient>
      extended by org.cytoscape.io.webservice.events.DataImportFinishedEvent<T>
Type Parameters:
T - the generic type of the object associated with this DataImportFinishedEvent.
All Implemented Interfaces:
CyEvent<WebServiceClient>

public final class DataImportFinishedEvent<T>
extends AbstractCyEvent<WebServiceClient>

An event indicating that data has been successfully imported.


Cytoscape Backwards Compatibility (Final Class): This class is final and therefore can't be extended by users. This means that we may add methods for minor version updates. Methods will only be removed for major version updates.

Constructor Summary
DataImportFinishedEvent(WebServiceClient source, T imported)
          Constructs the event.
 
Method Summary
 T getImportedObject()
          Returns the object that was imported.
 
Methods inherited from class org.cytoscape.event.AbstractCyEvent
getListenerClass, getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataImportFinishedEvent

public DataImportFinishedEvent(WebServiceClient source,
                               T imported)
Constructs the event.

Parameters:
source - the source of the object that was imported.
imported - the object that was imported.
Method Detail

getImportedObject

public T getImportedObject()
Returns the object that was imported.

Returns:
the object that was imported.

Cytoscape 3.0.1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.