public interface VizMapEventHandler
PropertyChangeEvent
.
Once GUI-local PropertyChangeEvent
is fired,
PropertyChangeListener
catches the event and one of these
handlers will be called and processes the event.Module: vizmap-gui-api
To use this in your app, include the following dependency in your POM:
<dependency> <groupId>org.cytoscape</groupId> <artifactId>vizmap-gui-api</artifactId> </dependency>
Modifier and Type | Method and Description |
---|---|
void |
processEvent(PropertyChangeEvent e)
Process event.
|
void processEvent(PropertyChangeEvent e)
e
- GUI-local event to be processed.Copyright 2011-2015 Cytoscape Consortium. All rights reserved.