public static interface

AsyncFragmentLoader.Logger

com.google.gwt.core.client.impl.AsyncFragmentLoader.Logger
Known Indirect Subclasses

Class Overview

A strategy for logging progress.

Summary

Public Methods
abstract void logEventProgress(String eventGroup, String type, int fragment, int size)
Log an event.

Public Methods

public abstract void logEventProgress (String eventGroup, String type, int fragment, int size)

Log an event. The fragment and size are boxed so that they can be optional. A value of null for either one means that they are not specified.