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.

Reply via email to