Cytoscape 3.0.1 API

org.cytoscape.view.model.events
Interface UpdateNetworkPresentationListener

All Superinterfaces:
CyListener

public interface UpdateNetworkPresentationListener
extends CyListener

Listener for UpdateNetworkPresentationEvent. Usually, presentation layer objects implements this event handler and redraw the presentation (visualization) once it catches this event.


Cytoscape Backwards Compatibility (SPI Interface): We expect that this interface will be implemented. Therefore to maintain backwards compatibility this interface will only be modified for major version updates.

Method Summary
 void handleEvent(UpdateNetworkPresentationEvent e)
          Listener implementing this method will redraw the presentation if necessary.
 

Method Detail

handleEvent

void handleEvent(UpdateNetworkPresentationEvent e)
Listener implementing this method will redraw the presentation if necessary.

Parameters:
e - Event containing target network view-model.

Cytoscape 3.0.1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.