SoC:RoamingSupport: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 34: Line 34:


----
----
== Item Synchronization Notes and Ideas ==


Below contains notes for potential hooks for notifying an interface (service possibly) that an object has changed and needs to be synced. These locations might also be ideal for points of entry where the notifying interface could inform the object of changes from an external source.
Below contains notes for potential hooks for notifying an interface (service possibly) that an object has changed and needs to be synced. These locations might also be ideal for points of entry where the notifying interface could inform the object of changes from an external source.


== Address Book Synchronization Ideas: ==
=== Address Book ===
* Some object that extends from |nsIAbListener|
* Some object that extends from |nsIAbListener|
** |nsAbDirectoryDataSource|
** |nsAbDirectoryDataSource|
** |nsAbView|
** |nsAbView|


== Message View Synchronization Ideas ==
=== Message View Synchronization Ideas ===
|nsMsgMailViewList| seems like the best place from just poking around. I could just set some sinks in that class for when methods like |AddMailView()| and |RemoveMailView()| are called.
|nsMsgMailViewList| seems like the best place from just poking around. I could just set some sinks in that class for when methods like |AddMailView()| and |RemoveMailView()| are called.


== Mail Filters Synchronization Ideas ==
=== Mail Filters ===


== Saved Searches Synchronization Ideas ==
=== Saved Searches ===


== News RC Synchronization Ideas ==
=== News RC ===
36

edits