/headers/Foundation/NSDistributedNotificationCenter.h

gehe zur Dokumentation dieser Datei
00001 /*
00002  *     Generated by class-dump 3.1.1.
00003  *
00004  *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
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