public final class PreferencesUpdatedEvent extends AbstractCyEvent<Object>
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, getSource
public 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 Cytoscape Consortium. All rights reserved.