Java com.google.gwt.core.client.prefetch Prefetcher fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.core.client.prefetch Prefetcher fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.core.client.prefetch Prefetcher.

The text is from its open source code.

Method

voidprefetch(Iterable resources)
Specify which resources should be prefetched.
voidprefetch(PrefetchableResource resource)
Helper method to call #prefetch(Iterable) with a single resource.
voidstart()
Start prefetching.