projects
/
online-glom:gwt-glom.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Make a listBox with table titles instead of the flexTable demo.
[online-glom:gwt-glom.git]
/
src
/
org
/
glom
/
web
/
client
/
LibGlomServiceAsync.java
1
package org.glom.web.client;
2
3
import com.google.gwt.user.client.rpc.AsyncCallback;
4
5
public interface LibGlomServiceAsync {
6
7
void getGlomDocument(AsyncCallback<GlomDocument> callback);
8
9
}