NSNotificationCenter(CSMainThread) Category Reference
| Declared in | NSNotificationCenter+MainThread.h |
|---|
– postNotificationOnMainThreadName:object:
- (void)postNotificationOnMainThreadName:(NSString *)aName object:(id)anObject– postNotificationOnMainThreadName:object:userInfo:
- (void)postNotificationOnMainThreadName:(NSString *)aName object:(id)anObject userInfo:(NSDictionary *)aUserInfo– postNotificationOnBackgroundThread:
- (void)postNotificationOnBackgroundThread:(NSNotification *)notification– postNotificationOnBackgroundThreadName:object:
- (void)postNotificationOnBackgroundThreadName:(NSString *)aName object:(id)anObject– postNotificationOnBackgroundThreadName:object:userInfo:
- (void)postNotificationOnBackgroundThreadName:(NSString *)aName object:(id)anObject userInfo:(NSDictionary *)aUserInfo