public class SortingDialog
extends java.lang.Object
implements android.content.DialogInterface.OnClickListener
| Modifier and Type | Class and Description |
|---|---|
static interface |
SortingDialog.OnSortingSelectedListener |
| Constructor and Description |
|---|
SortingDialog(android.content.Context context) |
| Modifier and Type | Method and Description |
|---|---|
void |
onClick(android.content.DialogInterface dialogInterface,
int which) |
void |
setOnSortingSelectedListener(SortingDialog.OnSortingSelectedListener listener) |
void |
show() |
public void setOnSortingSelectedListener(SortingDialog.OnSortingSelectedListener listener)
public void onClick(android.content.DialogInterface dialogInterface,
int which)
onClick in interface android.content.DialogInterface.OnClickListenerpublic void show()