source: trunk/playground/GWT-Examples/GWT-JSNI-example/src/gdl/isidor/us/TopicMaps/TopicMap.java

Last change on this file was 484, checked in by lgiessmann, 13 years ago

gdl-frontend: fixed ticket #112

File size: 247 bytes
Line 
1package gdl.isidor.us.TopicMaps;
2
3import com.google.gwt.core.client.JavaScriptObject;
4
5public class TopicMap extends JavaScriptObject{
6       
7        protected TopicMap() {}
8       
9        public final native Locator getLoator() /*-{
10                return this.getLocator();
11        }-*/;
12}
Note: See TracBrowser for help on using the repository browser.