public final class UpdateNetworkPresentationEvent extends AbstractCyEvent<CyNetworkView>
This event should
be created and fired by the view being updated and not anyone else,
instead call the CyNetworkView.updateView() method.
Module: viewmodel-api
To use this in your app, include the following dependency in your POM:
<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>viewmodel-api</artifactId>
</dependency>| Constructor and Description |
|---|
UpdateNetworkPresentationEvent(CyNetworkView source)
Event for updating (redrawing) presentation.
|
public UpdateNetworkPresentationEvent(CyNetworkView source)
This event should
be created and fired by the view being updated and not anyone else,
instead call the CyNetworkView.updateView() method.
source - source network view-model. Presentations
associated with this view-model use this event.Copyright 2011-2015 Cytoscape Consortium. All rights reserved.