- Enclosing interface:
- DialogInterface
public static interface DialogInterface.OnClickListener
- 
Method SummaryModifier and TypeMethodDescriptionvoidonClick(int which) the method is called when button is clicked
- 
Method Details- 
onClickvoid onClick(int which) the method is called when button is clicked- Parameters:
- which- button id
 
 
-