List of usage examples for com.google.gwt.requestfactory.shared EntityProxyChange.Handler interface-usage
From source file com.google.gwt.sample.expenses.client.ExpenseList.java
/** * The list of expense reports on the right side of the app. */ public class ExpenseList extends Composite implements EntityProxyChange.Handler<ReportProxy> { interface ExpenseListUiBinder extends UiBinder<Widget, ExpenseList> {