hi guys
is there a way to know whether an object is registered to an announcer?
I propose
isRegistering: anObject
registry subscriptionsOf: anObject do: [:each | ^ true].
^ false
stef