Example usage for com.google.gwt.requestfactory.shared EntityProxyChange.Handler interface-usage

List of usage examples for com.google.gwt.requestfactory.shared EntityProxyChange.Handler interface-usage

Introduction

In this page you can find the example usage for com.google.gwt.requestfactory.shared EntityProxyChange.Handler interface-usage.

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> {