The "this" pointer you put in onItemUpdate refers to the table object,
whose reference is owned by your code as myTable.
Hence, before adding onItemUpdate to myTable, you can decorate the object...