站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 5.0.0

Saver (NetBeans Settings API) - NetBeans API Javadoc 5.0.0

 

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

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


requestSave

public 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

 

Built on May 3 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.