CornerPlaceAction.OnClickListener

public interface CornerPlaceAction.OnClickListener


Callback for when the action button is clicked.

Summary

Public methods

abstract void
onClick(Context context, Place place)

Called when the action button is clicked.

Public methods

onClick

abstract void onClick(Context context, Place place)

Called when the action button is clicked.

Parameters
Context context

An Activity context.

Place place

The place that the action is associated. Only some fields are populated.