This method may be called multiple times, but will only attempt to execute the onload handler the first time it is invoked.
122123124125126127128129130131132
} @Override public void execute() throws Exception { final HtmlImage img = (HtmlImage) getDomNodeOrNull(); if (img != null) { img.doOnLoad(); } } } /**