public final class SettingStoreEvent
extends java.util.EventObject
null
)null
)
getAttributeName()
method
to check if the changed attribute is of interest to them.
Constructor and Description |
---|
SettingStoreEvent(SettingStore source,
java.lang.String attributeName,
java.lang.String oldValue,
java.lang.String newValue) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAttributeName()
Returns the name of the changed attribute.
|
java.lang.String |
getNewValue()
Return the value of the attribute after the change.
|
java.lang.String |
getOldValue()
Returns the value of the attribute before the change.
|
public SettingStoreEvent(SettingStore source, java.lang.String attributeName, java.lang.String oldValue, java.lang.String newValue)
public java.lang.String getAttributeName()
null
public java.lang.String getNewValue()
null
if the attribute has been removedpublic java.lang.String getOldValue()
null
if the attribute has been added
Copyright (c) EclipseSource and others 2002, 2020.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0