public static interface

FilteredActivityMapper.Filter

com.google.gwt.activity.shared.FilteredActivityMapper.Filter

Class Overview

Implemented by objects that want to interpret one place as another.

Summary

Public Methods
abstract Place filter(Place place)
Returns the filtered interpretation of the given Place.

Public Methods

public abstract Place filter (Place place)

Returns the filtered interpretation of the given Place.

Parameters
place the input Place.
Returns