Vaadin 8 CheckBoxGroup: how do I get the last selected item?

I’m using ValueChangeListener.
I have seen that I can compare the getValue() with the oldValue(), but is not there a direct way to know it?

No, that’s it.

-Olli

Ok, thx