Package com.google.gwt.useragent.client
Class UserAgentAsserter.UserAgentAsserterDisabled
- java.lang.Object
-
- com.google.gwt.useragent.client.UserAgentAsserter.UserAgentAsserterDisabled
-
- All Implemented Interfaces:
EntryPoint
- Enclosing class:
- UserAgentAsserter
public static class UserAgentAsserter.UserAgentAsserterDisabled extends java.lang.Object implements EntryPoint
Replacement for UserAgentAsserter to disable it.
-
-
Constructor Summary
Constructors Constructor Description UserAgentAsserterDisabled()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onModuleLoad()
The entry point method, called automatically by loading a module that declares an implementing class as an entry point.
-
-
-
Method Detail
-
onModuleLoad
public void onModuleLoad()
Description copied from interface:EntryPoint
The entry point method, called automatically by loading a module that declares an implementing class as an entry point.- Specified by:
onModuleLoad
in interfaceEntryPoint
-
-