@Deprecated
public abstract static class MaterialDialog.ButtonCallback
extends java.lang.Object
| Constructor and Description |
|---|
ButtonCallback()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Object |
clone()
Deprecated.
|
boolean |
equals(java.lang.Object o)
Deprecated.
|
protected void |
finalize()
Deprecated.
|
int |
hashCode()
Deprecated.
|
void |
onAny(MaterialDialog dialog)
Deprecated.
|
void |
onNegative(MaterialDialog dialog)
Deprecated.
|
void |
onNeutral(MaterialDialog dialog)
Deprecated.
|
void |
onPositive(MaterialDialog dialog)
Deprecated.
|
java.lang.String |
toString()
Deprecated.
|
@Deprecated public void onAny(MaterialDialog dialog)
@Deprecated public void onPositive(MaterialDialog dialog)
@Deprecated public void onNegative(MaterialDialog dialog)
@Deprecated public void onNeutral(MaterialDialog dialog)
protected final java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectjava.lang.CloneNotSupportedExceptionpublic final boolean equals(java.lang.Object o)
equals in class java.lang.Objectprotected final void finalize()
throws java.lang.Throwable
finalize in class java.lang.Objectjava.lang.Throwablepublic final int hashCode()
hashCode in class java.lang.Objectpublic final java.lang.String toString()
toString in class java.lang.Object