[ Web Proxy ]
URL:
Viewing: https://developer.android.com/reference/java/util/prefs/NodeChangeEvent [Back]  [Original]

NodeChangeEvent  |  API reference  |  Android Developers Skip to main content
Essentials Design & Plan Develop Google Play Blog
Search:
Android Studio
Android Developers [Android Developers]
Stay organized with collections Save and categorize content based on your preferences.

NodeChangeEvent

public class NodeChangeEvent
extends EventObject

java.lang.Object
   ↳ java.util.EventObject
     ↳ java.util.prefs.NodeChangeEvent


An event emitted by a Preferences node to indicate that a child of that node has been added or removed.

Note, that although NodeChangeEvent inherits Serializable interface from java.util.EventObject, it is not intended to be Serializable. Appropriate serialization methods are implemented to throw NotSerializableException.

See also:

Summary

Inherited fields

Public constructors

NodeChangeEvent(Preferences parent, Preferences child)

Constructs a new NodeChangeEvent instance.

Public methods

Preferences getChild()

Returns the node that was added or removed.

Preferences getParent()

Returns the parent of the node that was added or removed.

Inherited methods

Public constructors

NodeChangeEvent

Added in API level 1
public NodeChangeEvent (Preferences parent, 
                Preferences child)

Constructs a new NodeChangeEvent instance.

Parameters
parent Preferences: The parent of the node that was added or removed.

child Preferences: The node that was added or removed.

Public methods

getChild

Added in API level 1
public Preferences getChild ()

Returns the node that was added or removed.

Returns
Preferences The node that was added or removed.

getParent

Added in API level 1
public Preferences getParent ()

Returns the parent of the node that was added or removed.

Returns
Preferences The parent Preferences node whose child was added or removed

Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.

Last updated 2026-08-03 UTC.

[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-08-03 UTC."],[],[]]

Web Proxy Viewer  |  New URL  |  Original Page