AdminConsole.java :  » ESB » cbesb-1.2 » com » bostechcorp » cbesb » adminconsole » client » Java Open Source

Java Open Source » ESB » cbesb 1.2 
cbesb 1.2 » com » bostechcorp » cbesb » adminconsole » client » AdminConsole.java
package com.bostechcorp.cbesb.adminconsole.client;

import com.bostechcorp.cbesb.console.client.Console;
import com.google.gwt.core.client.EntryPoint;

/**
 * Entry point classes define <code>onModuleLoad()</code>.
 */
public class AdminConsole extends Console implements EntryPoint {

  /**
   * This is the entry point method.
   */
  public void onModuleLoad() {
    super.onModuleLoad();
  }
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.