Mobile Tools for Java
Release 1.0

Uses of Interface
org.eclipse.mtj.core.persistence.IPersistenceProvider

Packages that use IPersistenceProvider
org.eclipse.mtj.core.persistence This package provides and API for managing persistence. 
 

Uses of IPersistenceProvider in org.eclipse.mtj.core.persistence
 

Methods in org.eclipse.mtj.core.persistence with parameters of type IPersistenceProvider
 void IPersistable.loadUsing(IPersistenceProvider persistenceProvider)
          Load the state of this object using the specified persistence state information.
 void IPersistable.storeUsing(IPersistenceProvider persistenceProvider)
          Save the state of this object using the specified persistence state information.
 


Mobile Tools for Java
Release 1.0