net.sf.doolin.gui.service
Interface Memento


public interface Memento

Defines an object that can saves and restores itself in preferences.

Author:
Damien Coraboeuf

Method Summary
 void restoreMemento(GUIPreferences preferences)
          Restores this object from the preferences.
 void saveMemento(GUIPreferences preferences)
          Saves this object in the preferences.
 

Method Detail

saveMemento

void saveMemento(GUIPreferences preferences)
Saves this object in the preferences.

Parameters:
preferences - Preferences to save into

restoreMemento

void restoreMemento(GUIPreferences preferences)
Restores this object from the preferences.

Parameters:
preferences - Preferences to read from


Copyright © 2011. All Rights Reserved.