public final class GroupAboutToBeDestroyedEvent 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 |
---|
GroupAboutToBeDestroyedEvent(CyGroupManager source,
CyGroup group)
Constructs event.
|
Modifier and Type | Method and Description |
---|---|
CyGroup |
getGroup() |
getListenerClass, getSource
public GroupAboutToBeDestroyedEvent(CyGroupManager source, CyGroup group)
source
- the CyGroupManager
of the group about to be destroyed.group
- the CyGroup
about to be destroyed.public final CyGroup getGroup()
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.