New Container Item Listener

Is there a listener that noticed if there is a new item added to the container?

My idea:

I´ve got a table on the main page with a container. after pushing a button a second view appears where i can add items to the table on the main page.
now i want to color the new item that i´ve added bevor.

hope you get what i´m trying to do :smiley:


ItemSetChangeListener/Event
is notified when an item is add/removed/re-ordered in a container. There is no “new-item-only” event, though.