public interface CyStartListener extends CyListener
CyStartEvent.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(CyStartEvent e)
Process the specified event.
|
void handleEvent(CyStartEvent e)
e - The event being processed.Copyright 2011 Cytoscape Consortium. All rights reserved.