public final class NetworkAboutToBeDestroyedEvent 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 |
---|
NetworkAboutToBeDestroyedEvent(CyNetworkManager source,
CyNetwork net)
Constructs event.
|
Modifier and Type | Method and Description |
---|---|
CyNetwork |
getNetwork() |
getListenerClass, getSource
public NetworkAboutToBeDestroyedEvent(CyNetworkManager source, CyNetwork net)
source
- the CyNetworkManager
of the network about to be destroyed.net
- the CyNetwork
about to be destroyed.public final CyNetwork getNetwork()
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.