36
edits
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 | === 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 | === Mail Filters === | ||
== Saved Searches | === Saved Searches === | ||
== News RC | === News RC === | ||
edits