Nov. 7, 2011
3:58 p.m.
From ezequiel lamonica Nov 07, 2011; 10:22am Hello everybody,
I'm trying to find some message in the SystemChangeNotifier to recognize a new protocol added.
I see this instance method in ClassOrganizer:
notifyOfChangedCategoriesFrom: oldCollectionOrNil to: newCollectionOrNil
(self hasSubject and: [oldCollectionOrNil ~= newCollectionOrNil]) ifTrue: [SystemChangeNotifier uniqueInstance classReorganized: self subject].
But, I don't see when the SystemChangeNotifier handles the new protocol and how added it.
Any help?