Revision 28468 branches/v2_0_0_prep/libraries/libTools/src/org/gvsig/tools/persistence/Persistent.java

View differences:

Persistent.java
15 15
	 *
16 16
	 * @param state
17 17
	 */
18
	public void setState(PersistentState state) throws PersistenceException;
18
	public void loadFromState(PersistentState state) throws PersistenceException;
19 19

  
20 20
}

Also available in: Unified diff