GWT 2.7.0

com.google.gwt.core.client
Class GWTBridge

java.lang.Object
  extended by com.google.gwt.core.shared.GWTBridge
      extended by com.google.gwt.core.client.GWTBridge

public abstract class GWTBridge
extends GWTBridge

When running in Development Mode, acts as a bridge from GWT into the Development Mode environment. For code that may run anywhere besides the client, use GWTBridge instead.


Constructor Summary
GWTBridge()
           
 
Method Summary
 
Methods inherited from class com.google.gwt.core.shared.GWTBridge
create, getThreadUniqueID, getVersion, isClient, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GWTBridge

public GWTBridge()

GWT 2.7.0