Notify parent-screen from component-frame

Hi,

I have editor-screen (A) witch using few separate frames (B and C). I need to notify my parent-screen about some actions from this frames. What would be better way to execute this task?

Thanks.

Hi,
you can define Listeners in the Frame components and use them to notify the editor-screen. Just subscribe on these listeners in the editor-screen.

1 Like