public abstract class BaseDialog<LISTENER extends BaseDialog.Listener>
extends DialogFragment
| Modifier and Type | Class and Description |
|---|---|
static interface |
BaseDialog.Listener |
static class |
BaseDialog.SimpleListener |
| Constructor and Description |
|---|
BaseDialog() |
| Modifier and Type | Method and Description |
|---|---|
protected LISTENER |
getListener() |
void |
onCancel(android.content.DialogInterface dialog) |
void |
onDismiss(android.content.DialogInterface dialog) |
void |
setListener(LISTENER listener) |