EOObserverCenter
Inherits From: NSObject
Declared In: EOObserver.h
Methods: + notifyObserversObjectWillChange: , + addObserver:forObject: , + removeObserver:forObject: , + addOmniscientObserver: , + removeOmniscientObserver: , + observersForObject: , + observerForObject:ofClass: , + suppressObserverNotification , + enableObserverNotification , + observerNotificationSuppressCount


Class Description
No class description.


Method Types
+ notifyObserversObjectWillChange:
+ addObserver:forObject:
+ removeObserver:forObject:
+ addOmniscientObserver:
+ removeOmniscientObserver:
+ observersForObject:
+ observerForObject:ofClass:
+ suppressObserverNotification
+ enableObserverNotification
+ observerNotificationSuppressCount


Class Methods
addObserver:forObject:
+ (void)addObserver:(id<EOObserving>)_observer forObject:(id)_object
No method description.

addOmniscientObserver:
+ (void)addOmniscientObserver:(id<EOObserving>)_observer
No method description.

enableObserverNotification
+ (void)enableObserverNotification
No method description.

notifyObserversObjectWillChange:
+ (void)notifyObserversObjectWillChange:(id)_object
No method description.

observerForObject:ofClass:
+ (id)observerForObject:(id)_object ofClass:(Class)_targetClass
No method description.

observerNotificationSuppressCount
+ (unsigned)observerNotificationSuppressCount
No method description.

observersForObject:
+ (NSArray *)observersForObject:(id)_object
No method description.

removeObserver:forObject:
+ (void)removeObserver:(id<EOObserving>)_observer forObject:(id)_object
No method description.

removeOmniscientObserver:
+ (void)removeOmniscientObserver:(id<EOObserving>)_observer
No method description.

suppressObserverNotification
+ (void)suppressObserverNotification
No method description.


Version 1.1.1.1 Copyright ©2002 by SKYRIX Software AG. All Rights Reserved.