Example usage for com.google.gwt.dev.shell ModuleSpaceHost getLogger

List of usage examples for com.google.gwt.dev.shell ModuleSpaceHost getLogger

Introduction

In this page you can find the example usage for com.google.gwt.dev.shell ModuleSpaceHost getLogger.

Prototype

TreeLogger getLogger();

Source Link

Usage

From source file:com.google.gdt.eclipse.designer.ie.jsni.ModuleSpaceIE6.java

License:Open Source License

/**
 * Constructs a browser interface for use with an IE6 'window' automation object.
 * //from   w  ww . j a v  a  2  s .  co  m
 * @param moduleName
 */
public ModuleSpaceIE6(ModuleSpaceHost host, IDispatch scriptFrameWindow, String moduleName) {
    super(host.getLogger(), host, moduleName);
    window = Utils.newOleAutomation(scriptFrameWindow);
}