GWT 2.7.0

Uses of Interface
com.google.gwt.activity.shared.Activity

Packages that use Activity
com.google.gwt.activity.shared Classes used to implement app navigation. 
 

Uses of Activity in com.google.gwt.activity.shared
 

Classes in com.google.gwt.activity.shared that implement Activity
 class AbstractActivity
          Simple Activity implementation that is always willing to stop, and does nothing onStop and onCancel.
 

Methods in com.google.gwt.activity.shared that return Activity
 Activity FilteredActivityMapper.getActivity(Place place)
           
 Activity CachingActivityMapper.getActivity(Place place)
           
 Activity ActivityMapper.getActivity(Place place)
          Returns the activity to run for the given Place, or null.
 


GWT 2.7.0