public final class RenderingEngineAboutToBeRemovedEvent extends AbstractCyEvent<RenderingEngineManager>
Module: presentation-api
To use this in your app, include the following dependency in your POM:
<dependency> <groupId>org.cytoscape</groupId> <artifactId>presentation-api</artifactId> </dependency>
Constructor and Description |
---|
RenderingEngineAboutToBeRemovedEvent(RenderingEngineManager source,
RenderingEngine<?> engine)
Construct an event for destroyed RenderingEngine.
|
Modifier and Type | Method and Description |
---|---|
RenderingEngine<?> |
getRenderingEngine()
Returns the
RenderingEngine associated with the deleted presentation. |
getListenerClass, getSource
public RenderingEngineAboutToBeRemovedEvent(RenderingEngineManager source, RenderingEngine<?> engine)
source
- source of event. In theory, this can be anything, but in most
cases, it will be an GUI components.engine
- RenderingEngine associated with the deleted
presentation.public RenderingEngine<?> getRenderingEngine()
RenderingEngine
associated with the deleted presentation.RenderingEngine
associated with the deleted presentation.Copyright 2011-2015 Cytoscape Consortium. All rights reserved.