/headers/Foundation/NSNotificationCenter.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 "NSObject.h"
00008 
00009 @interface NSNotificationCenter : NSObject
00010 {
00011     void *_impl;
00012     unsigned int _counter;
00013     void *_pad;
00014 }
00015 
00016 + (id)defaultCenter;
00017 + (void)setNotificationCenterSerializeRemoves:(BOOL)fp8;
00018 - (id)init;
00019 - (void)dealloc;
00020 - (void)finalize;
00021 - (id)description;
00022 - (void)addObserver:(id)fp8 selector:(SEL)fp12 name:(id)fp16 object:(id)fp20;
00023 - (void)removeObserver:(id)fp8;
00024 - (void)removeObserver:(id)fp8 name:(id)fp12 object:(id)fp16;
00025 - (void)postNotification:(id)fp8;
00026 - (void)postNotificationName:(id)fp8 object:(id)fp12;
00027 - (void)postNotificationName:(id)fp8 object:(id)fp12 userInfo:(id)fp16;
00028 - (BOOL)isEmpty;
00029 
00030 @end
00031