Cytoscape 3.0.1 API

org.cytoscape.view.vizmap.gui.event
Interface VizMapEventHandlerManager


public interface VizMapEventHandlerManager

Manages VizMapEventHandlers. Handlers are exported as OSGi services, and this manager keeps all of them.


Cytoscape Backwards Compatibility (API Interface): We expect that this interface will be used but not implemented by developers using this interface. As such, we reserve the right to add methods to the interface as part of minor version upgrades. We will not remove methods for any changes other than major version upgrades.

Method Summary
 VizMapEventHandler getHandler(String name)
          Returns handler for the event.
 

Method Detail

getHandler

VizMapEventHandler getHandler(String name)
Returns handler for the event.

Parameters:
name - name of property change event.
Returns:
if handler exists for the given name, returns the handler. Otherwise, returns null.

Cytoscape 3.0.1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.