00001
00002
00003
00004
00005
00006
00007 #import <Foundation/NSNotificationCenter.h>
00008
00009 @interface NSDistributedNotificationCenter : NSNotificationCenter
00010 {
00011 }
00012
00013 + (id)defaultCenter;
00014 + (id)notificationCenterForType:(id)fp8;
00015 - (id)init;
00016 - (void)addObserver:(id)fp8 selector:(SEL)fp12 name:(id)fp16 object:(id)fp20 suspensionBehavior:(unsigned int)fp24;
00017 - (void)addObserver:(id)fp8 selector:(SEL)fp12 name:(id)fp16 object:(id)fp20;
00018 - (void)removeObserver:(id)fp8 name:(id)fp12 object:(id)fp16;
00019 - (void)postNotificationName:(id)fp8 object:(id)fp12 userInfo:(id)fp16 options:(unsigned int)fp20;
00020 - (void)postNotificationName:(id)fp8 object:(id)fp12 userInfo:(id)fp16 deliverImmediately:(BOOL)fp20;
00021 - (void)postNotification:(id)fp8;
00022 - (void)postNotificationName:(id)fp8 object:(id)fp12;
00023 - (void)postNotificationName:(id)fp8 object:(id)fp12 userInfo:(id)fp16;
00024 - (void)setSuspended:(BOOL)fp8;
00025 - (BOOL)suspended;
00026
00027 @end
00028