| org.datashare.LogInInterface
LogInInterface | public interface LogInInterface (Code) | | this interface shall be implemented by the class that provides the ability to save/retrieve
any data that is to be persisted by DataShare.
author: Charles Wood version: 1.0 |
initialize | boolean initialize(PersistenceInterface persistenceInterface)(Code) | | must be called first, initializes any required databases/tables, etc.
Parameters: persistenceInterface - contains reference to the persistenceInterface, may be null if persistence not available true if successful, false otherwise. |
|
|