public final class NetworkAddedEvent extends AbstractCyEvent<CyNetworkManager>
Module: model-api
To use this in your app, include the following dependency in your POM:
<dependency> <groupId>org.cytoscape</groupId> <artifactId>model-api</artifactId> </dependency>
Constructor and Description |
---|
NetworkAddedEvent(CyNetworkManager source,
CyNetwork net)
Constructs event.
|
Modifier and Type | Method and Description |
---|---|
CyNetwork |
getNetwork() |
getListenerClass, getSource
public NetworkAddedEvent(CyNetworkManager source, CyNetwork net)
source
- the CyNetworkManager
the network has been added to.net
- the CyNetwork
that has been added.public final CyNetwork getNetwork()
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.