public final class ExitAppButtonAction extends java.lang.Object implements ButtonAction
Constructor and Description |
---|
ExitAppButtonAction() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
void |
execute(android.content.Context context)
Executes the action of this button.
|
int |
hashCode() |
public void execute(android.content.Context context)
ButtonAction
execute
in interface ButtonAction
context
- the application contextpublic boolean equals(java.lang.Object o)
equals
in interface ButtonAction
equals
in class java.lang.Object
public int hashCode()
hashCode
in interface ButtonAction
hashCode
in class java.lang.Object