org.jurvis.util
Interface JvModifiable

All Known Implementing Classes:
JvExplorer

public interface JvModifiable

An interface defining the API of classes that contain parameters that may be modifiable by the user.

Author:
Neil W. Weber

Method Summary
 void captureModifications(Preferences preferences)
          Save any modifications needing to be persisted across application invocations in preferences.
 void loadModifications(Preferences preferences)
          Load any modifications that were persisted in the previous application invocation from preferences.
 

Method Detail

captureModifications

void captureModifications(Preferences preferences)
Save any modifications needing to be persisted across application invocations in preferences.

Parameters:
preferences - the container holding the modifications

loadModifications

void loadModifications(Preferences preferences)
Load any modifications that were persisted in the previous application invocation from preferences.

Parameters:
preferences - the container holding the modifications


Copyright © 1999-2004 Neil W. Weber. All Rights Reserved.