src/java.prefs/share/classes/java/util/prefs/NodeChangeEvent.java
branchdatagramsocketimpl-branch
changeset 58678 9cf78a70fa4f
parent 47216 71c04702a3d5
child 58679 9c3209ff7550
equal deleted inserted replaced
58677:13588c901957 58678:9cf78a70fa4f
     1 /*
     1 /*
     2  * Copyright (c) 2000, 2003, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2000, 2019, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    44  */
    44  */
    45 
    45 
    46 public class NodeChangeEvent extends java.util.EventObject {
    46 public class NodeChangeEvent extends java.util.EventObject {
    47     /**
    47     /**
    48      * The node that was added or removed.
    48      * The node that was added or removed.
    49      *
       
    50      * @serial
       
    51      */
    49      */
    52     private Preferences child;
    50     private transient Preferences child;
    53 
    51 
    54     /**
    52     /**
    55      * Constructs a new {@code NodeChangeEvent} instance.
    53      * Constructs a new {@code NodeChangeEvent} instance.
    56      *
    54      *
    57      * @param parent  The parent of the node that was added or removed.
    55      * @param parent  The parent of the node that was added or removed.