public static interface

AsyncFragmentLoader.LoadTerminatedHandler

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

Class Overview

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.

Summary

Public Methods
abstract void loadTerminated(Throwable reason)

Public Methods

public abstract void loadTerminated (Throwable reason)