Will the new Event Entity change how we use the Events:all node?

I use the Events:All node in conjunction with a Switch node to filter out specific events by regex. For example, if I define 5 dummy scripts, I name them all dummy_script_1, dummy_script_2, etc., (as an example.) Then, I can filter out all scripts that start with ^dummy* that start with the Events:All node.

Since it appears that we’ll have event entities, will the method I’ve been using still work and/or will there be a new way to do this?