|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.plugins.preferences.PreferenceChangeEvent
public class PreferenceChangeEvent extends Object
| Field Summary | |
|---|---|
private String |
key
|
private Object |
newValue
|
private Object |
oldValue
|
private String |
path
|
| Constructor Summary | |
PreferenceChangeEvent(String path, String key, Object oldValue, Object newValue)
|
|
| Method Summary | |
|---|---|
boolean
|
equals(Object o)
|
String
|
getKey()
|
Object
|
getNewValue()
|
Object
|
getOldValue()
|
String
|
getPath()
|
int
|
hashCode()
|
String
|
toString()
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
private final String key
private Object newValue
private Object oldValue
private final String path
| Constructor Detail |
|---|
public PreferenceChangeEvent(String path, String key, Object oldValue, Object newValue)
| Method Detail |
|---|
@Override public boolean equals(Object o)
public String getKey()
public Object getNewValue()
public Object getOldValue()
public String getPath()
@Override public int hashCode()
@Override public String toString()
Groovy Documentation