|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.tensegrity.generic.util.prefs.PreferenceEvent
An event emitted by a Preference instance to indicate that a change in the values of the preferences occurred.
| Constructor Summary | |
PreferenceEvent(java.lang.String key,
java.lang.Object value)
Constructs a new PreferenceEvent instance. |
|
| Method Summary | |
java.lang.String |
getKey()
Returns the key of the changed preference. |
java.lang.Object |
getValue()
Returns the value of the changed preference. |
java.lang.String |
toString()
Returns a string representation for this object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public PreferenceEvent(java.lang.String key,
java.lang.Object value)
PreferenceEvent instance.
key - the key of the setting that was changed.value - the new value for the preference setting.| Method Detail |
public java.lang.String getKey()
public java.lang.Object getValue()
public java.lang.String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||