Package com.google.gwt.activity.shared
Interface FilteredActivityMapper.Filter
-
- Enclosing class:
- FilteredActivityMapper
public static interface FilteredActivityMapper.Filter
Implemented by objects that want to interpret one place as another.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Place
filter(Place place)
Returns the filtered interpretation of the givenPlace
.
-