public final class GroupNodesAddedEvent extends AbstractCyEvent
Module: group-api
To use this in your app, include the following dependency in your POM:
<dependency> <groupId>org.cytoscape</groupId> <artifactId>group-api</artifactId> </dependency>
Constructor and Description |
---|
GroupNodesAddedEvent(CyGroup source,
CyNode node)
Constructs event.
|
GroupNodesAddedEvent(CyGroup source,
List<CyNode> nodes)
Constructs event.
|
Modifier and Type | Method and Description |
---|---|
List<CyNode> |
getNodes()
Returns the list of nodes associated with this event.
|
getListenerClass, getSource
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.