aiken.gav.appengine.pangaea.client.channel.Socket.java Source code

Java tutorial

Introduction

Here is the source code for aiken.gav.appengine.pangaea.client.channel.Socket.java

Source

package aiken.gav.appengine.pangaea.client.channel;

/**
 * License http://www.apache.org/licenses/LICENSE-2.0.html
 * Also available in the COPYING file in this folder.
 * 
 * Original source http://code.google.com/p/dance-dance-robot/
 * 
 * All credit to the authors.
 *  
 * @author schwardo@google
 * @author tobyr@google
 */
import com.google.gwt.core.client.JavaScriptObject;

public class Socket extends JavaScriptObject {
    protected Socket() {
    }
}