public interface UpdateNetworkPresentationListener extends CyListener
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>
Modifier and Type | Method and Description |
---|---|
void |
handleEvent(UpdateNetworkPresentationEvent e)
Listener implementing this method will redraw the presentation if necessary.
|
void handleEvent(UpdateNetworkPresentationEvent e)
e
- Event containing target network view-model.Copyright 2011-2015 Cytoscape Consortium. All rights reserved.