org.cytoscape.view.vizmap.gui.event
Interface VizMapEventHandlerManager
public interface VizMapEventHandlerManager
Manages VizMapEventHandler
s.
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.
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.
Copyright 2011 Cytoscape Consortium. All rights reserved.