>>>>> Jean-Baptiste Onofré <[email protected]>: > You can create a controller for instance by leveraging event admin (to > send an event triggering the reload, and the bundle decides what he > wants to reload). Pros, you control exactly what you want to reload. > Cons, you need to implement your Event handler. > Another option would be to define a dependency between components (via > @Reference). That's probably the cleaner option, but it will do a full > refresh.
Thanks for the pointer, JB!
