- Enclosing interface:
- DialogInterface
public static interface DialogInterface.OnClickListener
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onClick
(int which) the method is called when button is clicked
-
Method Details
-
onClick
void onClick(int which) the method is called when button is clicked- Parameters:
which
- button id
-