Java java.util.prefs PreferenceChangeEvent fields, constructors, methods, implement or subclass

Example usage for Java java.util.prefs PreferenceChangeEvent fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.util.prefs PreferenceChangeEvent.

The text is from its open source code.

Constructor

PreferenceChangeEvent(Preferences node, String key, String newValue)
Constructs a new PreferenceChangeEvent instance.

Method

StringgetKey()
Returns the key of the preference that was changed.
StringgetNewValue()
Returns the new value for the preference.
PreferencesgetNode()
Returns the preference node that emitted the event.