public final class RenderingEngineAboutToBeRemovedEvent extends AbstractCyEvent<RenderingEngineManager>
| 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, getSourcepublic 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 Cytoscape Consortium. All rights reserved.