public final class VisualStyleChangedEvent extends AbstractCyPayloadEvent<VisualStyle,VisualStyleChangeRecord>
Module: vizmap-api
To use this in your app, include the following dependency in your POM:
<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>vizmap-api</artifactId>
</dependency>| Constructor and Description |
|---|
VisualStyleChangedEvent(VisualStyle source,
Collection<VisualStyleChangeRecord> payload)
Constructor of this event.
|
getPayloadCollectiongetListenerClass, getSourceclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetListenerClass, getSourcepublic VisualStyleChangedEvent(VisualStyle source, Collection<VisualStyleChangeRecord> payload)
source - VisualStyle changed.Copyright 2011 Cytoscape Consortium. All rights reserved.