summaryrefslogtreecommitdiff
path: root/bindings/objc/src/Notifications.h
blob: 397264678c4958dff3a13fb70d79328279be43d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 *  globals.h
 *  ObjCSword
 *
 *  Created by Manfred Bergmann on 03.06.05.
 *  Copyright 2007 mabe. All rights reserved.
 *
 */

// Notification identifiers

/**
\brief this notification is send, when the modules have changed (updated, added, removed)
 */
#define NotificationModulesChanged @"NotificationModulesChanged"
#define SendNotifyModulesChanged(X) [[NSNotificationCenter defaultCenter] postNotificationName:NotificationModulesChanged object:X];