public final class PreferencesUpdatedEvent extends AbstractCyEvent<Object>
Module: swing-application-api
To use this in your app, include the following dependency in your POM:
<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>swing-application-api</artifactId>
</dependency>| Constructor and Description |
|---|
PreferencesUpdatedEvent(Object source,
Properties oldProps,
Properties newProps)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Properties |
getNewProperties()
The new properties after being modified.
|
Properties |
getOldProperties()
The old properties before they were modified.
|
getListenerClass, getSourcepublic PreferencesUpdatedEvent(Object source, Properties oldProps, Properties newProps)
source - The object firing this event.oldProps - The old properties.newProps - The new properties.public Properties getOldProperties()
public Properties getNewProperties()
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.