|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.zxing.client.android.FinishListener
public final class FinishListener
Simple listener used to exit the app in a few cases.
Constructor Summary | |
---|---|
FinishListener(android.app.Activity activityToFinish)
|
Method Summary | |
---|---|
void |
onCancel(android.content.DialogInterface dialogInterface)
|
void |
onClick(android.content.DialogInterface dialogInterface,
int i)
|
void |
run()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FinishListener(android.app.Activity activityToFinish)
Method Detail |
---|
public void onCancel(android.content.DialogInterface dialogInterface)
onCancel
in interface android.content.DialogInterface.OnCancelListener
public void onClick(android.content.DialogInterface dialogInterface, int i)
onClick
in interface android.content.DialogInterface.OnClickListener
public void run()
run
in interface java.lang.Runnable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |