3839404142434445464748
table.refresh(); } } }; PushClient.instance().subscribe( push ); table.addUnloadListener( new Command() { public void execute() { PushClient.instance().unsubscribe( push ); } } );
430431432433434435436437438439440