Trees | Indices | Help |
|
---|
|
Super class for all synchronization modules, which aim to synchronize any kind of information.
Each Synchronization class should inherit from this class.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
_allEntries Dictionary for storing all information entries |
|
Constructor Instance variables are initialized. |
Saves an entry for later writing The new instance is stored in the dictionary (_allEntries). |
Getter.
|
Remove all entries in repository The dictionary for all entries (_allEntries) is flushed. |
GETTER
|
Beautyful output for the entries in the repository Prints a small headline and calls the function Syncable.prettyPrint for each contact Entry in turn. |
Removes an entry The instance is removed from the dictionary (_allEntries). |
Replaces an existing entry with a new one. The old instance is replaced by the new one in the dictionary (_allEntries). |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Apr 2 09:04:24 2010 | http://epydoc.sourceforge.net |