Example usage for android.support.v4.app ActionBar.ActionBarClickListener interface-usage

List of usage examples for android.support.v4.app ActionBar.ActionBarClickListener interface-usage

Introduction

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

Usage

From source file org.montanafoodhub.app.producer.ProducerDetailFragment.java

public class ProducerDetailFragment extends Fragment
        implements ActionBar.ActionBarClickListener, View.OnClickListener {

    private static final String LogTag = ProducerDetailFragment.class.getSimpleName();
    private Producer _producer;