The item's properties may have changed even if the item itself did not. An
updated event is still fired in this case.
On Sep 29, 2011, at 8:58 AM, prophe wrote:
> I try to listen list item:
>
> tableDataListener = new ListListener.Adapter() {
>
> @Override
> public void itemUpdated(List list, int index,
> Object
> previousItem) {
>
> tableViewRowChangeListeners.rowDataChanged(GridView.this,
> previousItem, index);
> System.out.println(previousItem);
> }
> };
> But previous (not changed) item always equals current(changed) item. What is
> wrong?
>
> -----
> Thank you!
> --
> View this message in context:
> http://apache-pivot-users.399431.n3.nabble.com/rowUpdated-event-tp3378807p3379169.html
> Sent from the Apache Pivot - Users mailing list archive at Nabble.com.