Bloc icon indicating copy to clipboard operation
Bloc copied to clipboard

BlUniverseEvent+4: Unused hierarchy?

Open tinchodias opened this issue 4 years ago • 2 comments

None of them have references:

BlUniverseEvent allSubclasses >>>
 an OrderedCollection(BlUniverseEventsArrived BlUniverseEventsCleared BlUniverseResumed BlUniverseSuspended)

Also checked in GT image.

tinchodias avatar Jun 09 '21 20:06 tinchodias

The BlUniverseEventListener is prepared to handle those events, and all BlParallelUniverse have one instance of this listener, added in initialize.

tinchodias avatar Jun 09 '21 20:06 tinchodias

Seems we can remove this code. For the case there is some "hidden" runtime reference, I tried with Halts on each of the listener's handlers and opened the Spec-Brick example. I also tried with both Bloc hosts.

tinchodias avatar Jun 09 '21 20:06 tinchodias