List of usage examples for com.google.gwt.dev.shell ModuleSpaceHost getLogger
TreeLogger getLogger();
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); }