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)
Constructor.
|
SessionLoadCancelledEvent(Object source,
Exception exception)
Use this constructor if the session load was cancelled because of an exception.
|
Modifier and Type | Method and Description |
---|---|
Exception |
getException() |
getListenerClass, getSource
public SessionLoadCancelledEvent(Object source)
source
- The object that fired this event.public Exception getException()
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.