public interface VizMapEventHandlerManager
VizMapEventHandler
s.
Handlers are exported as OSGi services, and this manager keeps all of them.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 |
---|---|
VizMapEventHandler |
getHandler(String name)
Returns handler for the event.
|
VizMapEventHandler getHandler(String name)
name
- name of property change event.Copyright 2011-2015 Cytoscape Consortium. All rights reserved.