Example usage for com.google.gwt.activity.shared FilteredActivityMapper.Filter interface-usage

List of usage examples for com.google.gwt.activity.shared FilteredActivityMapper.Filter interface-usage

Introduction

In this page you can find the example usage for com.google.gwt.activity.shared FilteredActivityMapper.Filter interface-usage.

Usage

From source file com.google.gwt.sample.expenses.client.place.ProxyPlaceToListPlace.java

/**
 * Converts a {@link ProxyPlace} to a {@link ProxyListPlace}.
 */
public class ProxyPlaceToListPlace implements FilteredActivityMapper.Filter {

    /**