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 Object implements EntryPoint
Replacement for UserAgentAsserter to disable it.
  • Constructor Details

    • UserAgentAsserterDisabled

      public UserAgentAsserterDisabled()
  • Method Details

    • 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 interface EntryPoint