How to do this similar function with GwtQuery:
$(document).ready(function(){
$('#test_div').bind('DOMNodeInserted DOMSubtreeModified DOMNodeRemoved', function(event) {
alert('Changed');
})
})
I think the question here would be the right GWT DOM event to bind to with GwtQuery