SessionLoadedEvent instead now.@Deprecated public final class SessionLoadCancelledEvent extends AbstractCyEvent<Object>
Module: session-api
To use this in your app, include the following dependency in your POM:
<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>session-api</artifactId>
</dependency>| Constructor and Description |
|---|
SessionLoadCancelledEvent(Object source)
Deprecated.
|
SessionLoadCancelledEvent(Object source,
Exception exception)
Deprecated.
Use this constructor if the session load was cancelled because of an exception.
|
| Modifier and Type | Method and Description |
|---|---|
Exception |
getException()
Deprecated.
|
getListenerClass, getSourcepublic SessionLoadCancelledEvent(Object source)
source - The object that fired this event.public SessionLoadCancelledEvent(Object source, Exception exception)
source - The object that fired this event.exception - The Exception that interrupted the session load task.public Exception getException()
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.