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.
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 Cytoscape Consortium. All rights reserved.