public class

StepsFragment

extends BaseFragment<VM extends BaseViewModel>
implements OnMapNotifiedListener
java.lang.Object
   ↳ Fragment
     ↳ com.mapsted.ui.base.BaseFragment<VM extends com.mapsted.ui.base.BaseViewModel>
       ↳ com.mapsted.ui.map.routing.steps.StepsFragment

Summary

Nested Classes
interface StepsFragment.Listener  
Fields
public static final String TAG
Public Constructors
StepsFragment()
Public Methods
static StepsFragment newInstance()
void onAttach(Context context)
View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)
void onMapNotified(MapstedMapNotification.Type type, Object payload)
Implements this method whenever the observed object, MapstedMapNotification, is changed.
void onViewCreated(View view, Bundle savedInstanceState)
void setShowAlertsListListener(ShowAlertsListListener showAlertsListListener)
[Expand]
Inherited Methods
From class com.mapsted.ui.base.BaseFragment
From class java.lang.Object
From interface com.mapsted.map.listeners.interfaces.OnMapNotifiedListener

Fields

public static final String TAG

Public Constructors

public StepsFragment ()

Public Methods

public static StepsFragment newInstance ()

public void onAttach (Context context)

public View onCreateView (LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)

public void onMapNotified (MapstedMapNotification.Type type, Object payload)

Implements this method whenever the observed object, MapstedMapNotification, is changed. When MapstedMapNotification object's `post(MapstedMapNotification.Type)` method is called, all the object's observers are notified of the change.

Parameters
type MapstedMapNotification's type is for distinguishing different types of notifications

public void onViewCreated (View view, Bundle savedInstanceState)

public void setShowAlertsListListener (ShowAlertsListListener showAlertsListListener)