View Javadoc
1   package org.eclipse.rap.rwt.application;
2   
3   public interface EntryPoint {
4   	int createUI();
5   }