com.google.gwt.core.client.impl
Interface AsyncFragmentLoader.LoadTerminatedHandler

Enclosing class:
AsyncFragmentLoader

public static interface AsyncFragmentLoader.LoadTerminatedHandler

An interface for handlers of load completion. On a failed download, this callback should be invoked or else the requested download will hang indefinitely. On a successful download, it's optional to call this method. If it is called at all, it must be called after the downloaded code has been installed, so that AsyncFragmentLoader can distinguish successful from unsuccessful downloads.


Method Summary
 void loadTerminated(java.lang.Throwable reason)
           
 

Method Detail

loadTerminated

void loadTerminated(java.lang.Throwable reason)