I have this code copied from Android developers website:
public class ExampleActivity extends Activity implements OnClickListener { protected void onCrea
this refers to the most inner class instance. In your example it refers to ExampleActivity which is of type OnClickListener which is passed in to setOnClickListener.
this
ExampleActivity
OnClickListener
setOnClickListener