public final class AppsFinishedStartingEvent extends AbstractCyEvent<Object>
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>| Constructor and Description |
|---|
AppsFinishedStartingEvent(Object source)
Create a new event with the given source.
|
public AppsFinishedStartingEvent(Object source)
source - the object that fired this event.Copyright 2011-2015 Cytoscape Consortium. All rights reserved.