|
Cytoscape 3.1.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AppsFinishedStartingListener
Listener for the 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>| Method Summary | |
|---|---|
void |
handleEvent(AppsFinishedStartingEvent event)
Handles the given event. |
| Method Detail |
|---|
void handleEvent(AppsFinishedStartingEvent event)
event - the event to be handled.
|
Cytoscape 3.1.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||