public final class GroupAddedEvent extends AbstractCyEvent<CyGroupManager>
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 |
---|
GroupAddedEvent(CyGroupManager source,
CyGroup group)
Constructs event.
|
Modifier and Type | Method and Description |
---|---|
CyGroup |
getGroup() |
getListenerClass, getSource
public GroupAddedEvent(CyGroupManager source, CyGroup group)
source
- the CyGroupManager
the group has been added to.group
- the CyGroup
that has been added.public final CyGroup getGroup()
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.