コード例 #1
0
ファイル: DHGroup.java プロジェクト: eclipse/vjet.all
 /**
  * A media element whose networkState was previously not in the NETWORK_EMPTY state has just
  * switched to that state (either because of a fatal error during load that's about to be
  * reported, or because the load() method was invoked while the resource selection algorithm was
  * already running, in which case it is fired synchronously during the load() method call).
  */
 @Override
 public DHGroup setHtmlOnEmptied(final String script) {
   super.setHtmlOnEmptied(script);
   return this;
 }