Inter Widget communication

Viewed 3987

Is it possible to do inter widget communication via something like a notification/event bus?

I need to be able to tell one widget to react to something that happened in another and didn't want to create a hard link.

The notification listener will only fire is if it is higher in the widget tree than both of the widgets so that isn't probably a viable solution.

1 Answers
Related