public class BaseFragment
extends Fragment
| Modifier and Type | Field and Description |
|---|---|
protected Bus |
mBus |
| Constructor and Description |
|---|
BaseFragment() |
| Modifier and Type | Method and Description |
|---|---|
void |
croutonError(java.lang.CharSequence text) |
void |
croutonError(int stringResId) |
void |
croutonInfo(java.lang.CharSequence text) |
void |
croutonInfo(int stringResId) |
void |
croutonSuccess(java.lang.CharSequence text) |
void |
croutonSuccess(int stringResId) |
void |
onStart() |
void |
onStop() |
void |
onViewCreated(android.view.View view,
android.os.Bundle savedInstanceState) |
public void onViewCreated(android.view.View view,
android.os.Bundle savedInstanceState)
public void onStart()
public void onStop()
public void croutonSuccess(java.lang.CharSequence text)
public void croutonSuccess(int stringResId)
public void croutonError(java.lang.CharSequence text)
public void croutonError(int stringResId)
public void croutonInfo(java.lang.CharSequence text)
public void croutonInfo(int stringResId)