public final class NetworkDestroyedEvent 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 |
---|
NetworkDestroyedEvent(CyNetworkManager source)
Constructs event.
|
public NetworkDestroyedEvent(CyNetworkManager source)
source
- the CyNetworkManager
from which the CyNetwork
was destroyed.Copyright 2011-2015 Cytoscape Consortium. All rights reserved.