Classes

EOAggregateEvent
EOAndQualifier
EOArrayDataSource
EOClassDescription
EOCooperatingObjectStore
EOCustomObject
EODataSource
EODelayedObserver
EODelayedObserverQueue
EODetailDataSource
EOEditingContext
EOEvent
EOEventCenter
EOFault
EOFaultHandler
EOFetchSpecification
EOGenericRecord
EOGlobalID
EOKeyComparisonQualifier
EOKeyGlobalID
EOKeyValueArchiver
EOKeyValueQualifier
EOKeyValueUnarchiver
EOMultiReaderLock
EONotQualifier
EOObjectStore
EOObjectStoreCoordinator
EOObserverCenter
EOObserverProxy
EOOrQualifier
EOQualifier
EOQualifierVariable
EOSharedEditingContext
EOSortOrdering
EOTemporaryGlobalID
EOUndoManager

Protocols

<EOEventRecordingHandler>
<EOKeyValueArchiving>
<EOObserving>
<EOQualifierEvaluation>
(Comparison)
(EOClassDescriptionClassDelegate)
(EOCompareOnName)
(EODeprecated)
(EOEditingContext)
(EOEditingContextDelegation)
(EOEditors)
(EOEventRecordingHandler)
(EOKVCGDL2Additions)
(EOKeyValueArchiverDelegation)
(EOKeyValueArchivingAwakeMethods)
(EOKeyValueCoding)
(EOKeyValueCodingAdditions)
(EOKeyValueUnarchiverDelegation)
(EOMessageHandlers)
(EOObserver)
(EORelationalSelectors)
(EOSortOrderingComparison)
(MacOSX)
(NSObjectPerformingSelector)
(PerformSelect3)

Functions

EOCancelEvent
EOEditingContext_globalIDForObjectWithImpPtr
EOEditingContext_objectForGlobalIDWithImpPtr
EOEditingContext_recordObjectGlobalIDWithImpPtr
EOFLogAssertGood_
EOFLogC_
EOFLogDumpObject_
EOHashAddTable
EOMKKDInitializer_indexForKeyWithImpPtr
EOMKKD_hasKeyWithImpPtr
EOMKKD_indexForKeyWithImpPtr
EOMKKD_objectForKeyWithImpPtr
EOMKKD_removeObjectForKeyWithImpPtr
EOMKKD_setObjectForKeyWithImpPtr
EOMarkAtomicEvent
EOMarkEndOfEvent
EOMarkStartOfEvent
EONewEventOfClass
GDL2_Activate
GDL2_AssignAtomicallyIfNil
GDL2_PrivateInit
GDL2_isLegalDBName
GSUseStrictWO451Compatibility

Macros

GDL2_BUFFER

Types

EODeleteRule
EOEventSignatureType
EOObserverPriority

Variables

EOAdditionalExceptionsKey
EOClassDescriptionNeededForClassNotification
EOClassDescriptionNeededForEntityNameNotification
EOClassDescriptionNeededNotification
EOCooperatingObjectStoreNeeded
EOCooperatingObjectStoreWasAdded
EOCooperatingObjectStoreWasRemoved
EODefaultSharedEditingContextWasInitializedNotification
EODeletedKey
EOEditingContextDidSaveChangesNotification
EOEventGroupName
EOEventLoggingEnabled
EOEventLoggingLimit
EOEventLoggingOverflowDisplay
EOFetchLimitHintKey
EOGlobalIDChangedNotification
EOInsertedKey
EOInvalidatedAllObjectsInStoreNotification
EOInvalidatedKey
EOObjectsChangedInEditingContextNotification
EOObjectsChangedInStoreNotification
EOPrefetchingRelationshipHintKey
EOPromptAfterFetchLimitHintKey
EOQualifierVariableSubstitutionException
EOSharedEditingContextInitializedObjectsNotification
EOTargetObjectUserInfoKey
EOUnknownUserInfoKey
EOUpdatedKey
EOValidatedObjectUserInfoKey
EOValidatedPropertyUserInfoKey
EOValidationException
GDL2_EOEditingContextClass
GDL2_EOEditingContext_globalIDForObjectIMP
GDL2_EOEditingContext_objectForGlobalIDIMP
GDL2_EOEditingContext_recordObjectGlobalIDIMP
GDL2_EOFaultClass
GDL2_EOMKKDInitializerClass
GDL2_EOMKKDInitializer_indexForKeyIMP
GDL2_EONull
GDL2_Lock
GDL2_MKKDClass
GDL2_MKKD_hasKeyIMP
GDL2_MKKD_indexForKeyIMP
GDL2_MKKD_objectForKeyIMP
GDL2_MKKD_removeObjectForKeyIMP
GDL2_MKKD_setObjectForKeyIMP
GDL2_NSArray
GDL2_NSArrayClass
GDL2_NSArray_arrayIMP
GDL2_NSAutoreleasePoolClass
GDL2_NSAutoreleasePool_newIMP
GDL2_NSCalendarDateClass
GDL2_NSCalendarDate_allocWithZoneIMP
GDL2_NSDataClass
GDL2_NSData_allocWithZoneIMP
GDL2_NSData_dataWithBytes_lengthIMP
GDL2_NSDateClass
GDL2_NSDecimalNumberClass
GDL2_NSDecimalNumber_allocWithZoneIMP
GDL2_NSDictionaryClass
GDL2_NSMutableArrayClass
GDL2_NSMutableArray_allocWithZoneIMP
GDL2_NSMutableArray_arrayIMP
GDL2_NSMutableArray_arrayWithArrayIMP
GDL2_NSMutableArray_arrayWithCapacityIMP
GDL2_NSMutableDictionaryClass
GDL2_NSMutableDictionary_allocWithZoneIMP
GDL2_NSMutableDictionary_dictionaryWithCapacityIMP
GDL2_NSNumberBool_No
GDL2_NSNumberBool_Yes
GDL2_NSNumberClass
GDL2_NSNumber_allocWithZoneIMP
GDL2_NSStringClass
GDL2_NSString_allocWithZoneIMP
GDL2_NSString_defaultCStringEncodingIMP
GDL2_NSString_stringWithCStringIMP
GDL2_NSString_stringWithCString_lengthIMP
eqSel

Up

EOObserver documentation

Authors

Generated by multix

Date: Generated at 2026-02-09


Contents -

  1. Software documentation for the EODelayedObserver class
  2. Software documentation for the EODelayedObserverQueue class
  3. Software documentation for the EOObserverCenter class
  4. Software documentation for the EOObserverProxy class
  5. Software documentation for the NSObject(EOObserver) informal protocol
  6. Software documentation for the EOObserving protocol
  7. EOObserver types

Software documentation for the EODelayedObserver class

EODelayedObserver : EOCustomObject

class_EODelayedObserver EOCustomObject EOCustomObject EODelayedObserver EODelayedObserver EOCustomObject->EODelayedObserver p_EOObserving EOObserving p_EOObserving->EODelayedObserver
Declared in:
EOControl/EOObserver.h
Conforms to:
EOObserving
Description forthcoming.

EODelayedObserver declares 1 Instance Variables

Method summary


discardPendingNotification 

- (void) discardPendingNotification;
Description forthcoming.

objectWillChange: 

- (void) objectWillChange: (id)subject;
Description forthcoming.

observerQueue 

- (EODelayedObserverQueue*) observerQueue;
Description forthcoming.

priority 

- (EOObserverPriority) priority;
Description forthcoming.

subjectChanged 

- (void) subjectChanged;
Description forthcoming.



Instance Variables for EODelayedObserver Class

_next

@public EODelayedObserver* _next;
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.




Software documentation for the EODelayedObserverQueue class

EODelayedObserverQueue : NSObject

class_EODelayedObserverQueue NSObject NSObject EODelayedObserverQueue EODelayedObserverQueue NSObject->EODelayedObserverQueue
Declared in:
EOControl/EOObserver.h
Description forthcoming.

EODelayedObserverQueue declares 4 Instance Variables

Method summary


defaultObserverQueue 

+ (EODelayedObserverQueue*) defaultObserverQueue;
Description forthcoming.

dequeueObserver: 

- (void) dequeueObserver: (EODelayedObserver*)observer;
Description forthcoming.

enqueueObserver: 

- (void) enqueueObserver: (EODelayedObserver*)observer;
Description forthcoming.

notifyObserversUpToPriority: 

- (void) notifyObserversUpToPriority: (EOObserverPriority)priority;
Description forthcoming.

runLoopModes 

- (NSArray*) runLoopModes;
Description forthcoming.

setRunLoopModes: 

- (void) setRunLoopModes: (NSArray*)modes;
Description forthcoming.



Instance Variables for EODelayedObserverQueue Class

_haveEntryInNotificationQueue

@protected BOOL _haveEntryInNotificationQueue;
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_highestNonEmptyQueue

@protected unsigned int _highestNonEmptyQueue;
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_modes

@protected NSArray* _modes;
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_queue

@protected EODelayedObserver* _queue;
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.




Software documentation for the EOObserverCenter class

EOObserverCenter : NSObject

class_EOObserverCenter NSObject NSObject EOObserverCenter EOObserverCenter NSObject->EOObserverCenter
Declared in:
EOControl/EOObserver.h
Description forthcoming.

Method summary


addObserver: forObject: 

+ (void) addObserver: (id<EOObserving>)observer forObject: (id)object;
Description forthcoming.

addOmniscientObserver: 

+ (void) addOmniscientObserver: (id<EOObserving>)observer;
Description forthcoming.

enableObserverNotification 

+ (void) enableObserverNotification;
Description forthcoming.

notifyObserversObjectWillChange: 

+ (void) notifyObserversObjectWillChange: (id)object;
Description forthcoming.

observerForObject: ofClass: 

+ (id) observerForObject: (id)object ofClass: (Class)targetClass;
Description forthcoming.

observerNotificationSuppressCount 

+ (unsigned) observerNotificationSuppressCount;
Description forthcoming.

observersForObject: 

+ (NSArray*) observersForObject: (id)object;
Description forthcoming.

removeObserver: forObject: 

+ (void) removeObserver: (id<EOObserving>)observer forObject: (id)object;
Description forthcoming.

removeOmniscientObserver: 

+ (void) removeOmniscientObserver: (id<EOObserving>)observer;
Description forthcoming.

suppressObserverNotification 

+ (void) suppressObserverNotification;
Description forthcoming.

Software documentation for the EOObserverProxy class

EOObserverProxy : EODelayedObserver

class_EOObserverProxy EODelayedObserver EODelayedObserver EOObserverProxy EOObserverProxy EODelayedObserver->EOObserverProxy
Declared in:
EOControl/EOObserver.h
Description forthcoming.

EOObserverProxy declares 3 Instance Variables

Method summary


initWithTarget: action: priority: 

- (id) initWithTarget: (id)target action: (SEL)action priority: (EOObserverPriority)priority;
Description forthcoming.



Instance Variables for EOObserverProxy Class

_action

@protected SEL _action;
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_priority

@protected EOObserverPriority _priority;
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_target

@protected id _target;
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.




Software documentation for the NSObject(EOObserver) informal protocol

NSObject(EOObserver)

Declared in:
EOControl/EOObserver.h
Description forthcoming.

Method summary


willChange 

- (void) willChange;
Description forthcoming.

Software documentation for the EOObserving protocol

EOObserving

Declared in:
EOControl/EOObserver.h
Conforms to:
NSObject
Description forthcoming.

Method summary


objectWillChange: 

- (void) objectWillChange: (id)subject;
Description forthcoming.

EOObserver types

EOObserverPriority

typedef enum ... EOObserverPriority;
Description forthcoming.


Up