* Throws NotSerializableException, since PreferenceChangeEvent objects 
     * are not intended to be serializable.
     */
     private void readObject(java.io.ObjectInputStream in) 
                                               throws NotSerializableException {
         throw new NotSerializableException("Not serializable.");
     }