All Downloads are FREE. Search and download functionalities are using the official Maven repository.

delight.concurrency.internal.DummyEntryPoint Maven / Gradle / Ivy

The newest version!
/*******************************************************************************
 * Copyright 2011 Max Erik Rohde http://www.mxro.de
 * 
 * All rights reserved.
 ******************************************************************************/
package delight.concurrency.internal;

/**
 * Necessary for GWT 2.X to compile this module
 * 
 * @author Max
 *
 */
public class DummyEntryPoint implements com.google.gwt.core.client.EntryPoint  {

	public void onModuleLoad() {

	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy