public interface SetCurrentRenderingEngineListener extends CyListener
SetCurrentRenderingEngineEvent.Module: application-api
To use this in your app, include the following dependency in your POM:
<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>application-api</artifactId>
</dependency>| Modifier and Type | Method and Description |
|---|---|
void |
handleEvent(SetCurrentRenderingEngineEvent e)
Processes the specified event when fired.
|
void handleEvent(SetCurrentRenderingEngineEvent e)
e - The event that the listener is listening for.Copyright 2011 Cytoscape Consortium. All rights reserved.