Package com.google.gwt.activity.shared
Interface ActivityMapper
-
- All Known Implementing Classes:
CachingActivityMapper
,FilteredActivityMapper
public interface ActivityMapper
Finds the activity to run for a givenPlace
, used to configure anActivityManager
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Activity
getActivity(Place place)
Returns the activity to run for the givenPlace
, or null.
-