Example usage for android.support.v4.app DialogFragment.CallBack interface-usage

List of usage examples for android.support.v4.app DialogFragment.CallBack interface-usage

Introduction

In this page you can find the example usage for android.support.v4.app DialogFragment.CallBack interface-usage.

Usage

From source file net.niyonkuru.koodroid.LoginActivity.java

/**
 * Presents a user with a login screen. Credentials will be passed to {@link SessionService}.
 */
public class LoginActivity extends SherlockFragmentActivity
        implements DetachableResultReceiver.Receiver, DialogFragment.CallBack {
    private static final String TAG = "LoginActivity";