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