public final class FinishListener
extends java.lang.Object
implements android.content.DialogInterface.OnClickListener, android.content.DialogInterface.OnCancelListener, java.lang.Runnable
| Constructor and Description |
|---|
FinishListener(android.app.Activity activityToFinish) |
| Modifier and Type | Method and Description |
|---|---|
void |
onCancel(android.content.DialogInterface dialogInterface) |
void |
onClick(android.content.DialogInterface dialogInterface,
int i) |
void |
run() |
public void onCancel(android.content.DialogInterface dialogInterface)
onCancel in interface android.content.DialogInterface.OnCancelListenerpublic void onClick(android.content.DialogInterface dialogInterface,
int i)
onClick in interface android.content.DialogInterface.OnClickListenerpublic void run()
run in interface java.lang.Runnable