public interface AppsFinishedStartingListener extends CyListener
AppsFinishedStartingEvent
.Module: app-api
To use this in your app, include the following dependency in your POM:
<dependency> <groupId>org.cytoscape</groupId> <artifactId>app-api</artifactId> </dependency>
Modifier and Type | Method and Description |
---|---|
void |
handleEvent(AppsFinishedStartingEvent event)
Handles the given event.
|
void handleEvent(AppsFinishedStartingEvent event)
event
- the event to be handled.Copyright 2011-2015 Cytoscape Consortium. All rights reserved.