Prevent the click event from propagating

Hello,

I’m using Vaadin 8 and I’m facing a problem.

I have two embedded CssLayout on which I add a layout click listener on each ( addLayoutClickListener() )

So, I’d like to prevent the LayoutClickEvent of the parent to be triggered when the child is clicked.

Any idea of how I could achieve that ?

Thanks

Adrien