NSConnectionDidDieNotification
Posted when an
NSConnection
object is deallocated or when it’s notified that its NSPort
object has become invalid. The notification object is the NSConnection
object. This notification does not contain a userInfo
dictionary.
NSConnection
オブジェクトがデアロケートされる場合、またはそれのNSPort
オブジェクトが無効になることを通知される場合に投函されます。通知オブジェクトは、NSConnection
オブジェクトです。この通知は、userInfo
辞書を含みません。