Notifications - OpenGroupware/OpenGroupware.org GitHub Wiki
NSNotificationCenter
notifications in OGo.
TODO: cleanup
postNotificationName:@"SkyDockReload"
postNotificationName:SkyUpdatedPersonNotification
postNotificationName:[self nameOfNewCompanyNotification]
postNotificationName:[self nameOfUpdatedCompanyNotification]
postNotificationName:[self nameOfDeletedCompanyNotification]
postNotificationName:@"SkyDataSourceWillClear"
postNotificationName:@"SkyDataSourceDidFetch"
postNotificationName:@"LSCommandContextFlush"
[nc postNotificationName:@"LSCommandContextOpenChannel"
[nc postNotificationName:@"LSCommandContextBeginTransaction"
postNotificationName:@"LSCommandContextCommitTransaction"
postNotificationName:@"LSCommandContextRollbackTransaction"
postNotificationName:SkyAccessFlagsDidChange
[nc postNotificationName:[self modifyPropertiesForGIDNotificationName]
@"SkyUpdatedAccountNotification"
postNotificationName:@"SkyProjectDidChangeNotification"
postNotificationName:@"LSWSessionSleep"
postNotificationName:@"LSWSessionAwake"
postNotificationName:@"LSWDeletedPalmDate"
[nc postNotificationName:@"NSUserDefaultsChanged" object:ud];
[[self notificationCenter] postNotificationName:@"OGoLinkWasDeleted"
postNotificationName:@"OGoLinkWasCreated" object:link];
[nc postNotificationName:@"SkyAccessHasChangedNotification"
[[self notificationCenter] postNotificationName:SkyNewPersonNotification
[[self notificationCenter] postNotificationName:SkyNewEnterpriseNotification
postNotificationName:SkyUpdatedPersonNotification
[nc postNotificationName:SkyNewJobNotification object:nil];
[nc postNotificationName:SkyUpdatedJobNotification object:nil];
[nc postNotificationName:SkyDeletedJobNotification object:nil];
postNotificationName:EODataSourceDidChangeNotification
[nc postNotificationName:@"LSWImapMailWasDeleted" object:_message];
postNotificationName:@"LSWImapMailsShouldClearSelections" object:nil];
postNotificationName:@"LSWImapMailFlagsChanged" object:nil];
[nc postNotificationName:@"LSWImapMailFolderWasDeleted" object:_folder];
[nc postNotificationName:@"LSWImapMailWasDeleted" object:nil];
[nc postNotificationName:@"LSWImapMailFolderWasDeleted" object:_trash];
[nc postNotificationName:@"LSWImapMailWasDeleted" object:nil];
postNotificationName:@"OGoSessionFinalizing"
postNotificationName:@"OGoSessionAwake"
postNotificationName:@"OGoSessionSleep"
[nc postNotificationName:SkyNewAppointmentNotification object:nil];
[nc postNotificationName:SkyUpdatedAppointmentNotification object:nil];
[nc postNotificationName:SkyDeletedAppointmentNotification object:nil];
postNotificationName:PPSynchronizePDANotificationName
postNotificationName:@"EOGlobalIDChanged"
postNotificationName:@"EOObjectsChangedInStore"