ch.elca.el4j.services.gui.model.mixin
Interface SaveRestoreCapability

All Known Implementing Classes:
PropertyChangeListenerMixin

public interface SaveRestoreCapability

The interface to save and restore the state of java bean.

Author:
Stefan Wismer (SWI)
File-location:
SaveRestoreCapability
Last check-in date:
2009-08-04 15:35:01 +0200 (Di, 04. Aug 2009) by swismer for revision 3883

Method Summary
 void restore()
          Restore all the writable java bean properties.
 void save()
          Save all the writable java bean properties.
 

Method Detail

save

void save()
Save all the writable java bean properties.


restore

void restore()
Restore all the writable java bean properties.



Copyright © 2005-2011 ELCA. All Rights Reserved.