org.netbeans.modules.settings/1 1.26.1

org.netbeans.spi.settings
Interface Saver


public interface Saver

The Saver should be used as a callback to the framework implementation to handle setting object changes.


Method Summary
 void markDirty()
          Notify the framework to be aware of the setting object is changed.
 void requestSave()
          Notify the framework the setting object is changed and can be written down
 

Method Detail

markDirty

void markDirty()
Notify the framework to be aware of the setting object is changed.


requestSave

void requestSave()
                 throws IOException
Notify the framework the setting object is changed and can be written down

Throws:
IOException - if the save cannot be performed

org.netbeans.modules.settings/1 1.26.1

Built on September 19 2011.  |  Portions Copyright 1997-2011 Sun Microsystems, Inc. All rights reserved.