Package com.fpang.http.util
Class DialogUtil
java.lang.Object
com.fpang.http.util.DialogUtil
Created by chris on 2016. 2. 21..
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DialogUtilgetInsance(Context context) voidshowMessageConfirm(int msgId, DialogInterface.OnClickListener okListener, DialogInterface.OnClickListener cancelListener) voidshowMessageConfirm(String msg, DialogInterface.OnClickListener okListener, DialogInterface.OnClickListener cancelListener) voidshowMessageOK(int msgId, DialogInterface.OnClickListener okListener)
-
Constructor Details
-
DialogUtil
public DialogUtil()
-
-
Method Details
-
getInsance
-
showMessageOK
-
showMessageConfirm
public void showMessageConfirm(int msgId, DialogInterface.OnClickListener okListener, DialogInterface.OnClickListener cancelListener) -
showMessageConfirm
public void showMessageConfirm(String msg, DialogInterface.OnClickListener okListener, DialogInterface.OnClickListener cancelListener)
-