Contents

NSConnectionDidInitializeNotification

Posted when an NSConnection object is initialized using Initwithreceiveport:sendport: (the designated initializer for NSConnection). The notification object is the NSConnection object. This notification does not contain a userInfo dictionary.

Declaration

extern NSString * const NSConnectionDidInitializeNotification;

See Also

Related Documentation

Notifications