public interface ButtonAction
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
void |
execute(android.content.Context context)
Executes the action of this button.
|
int |
hashCode() |
void execute(android.content.Context context)
context
- the application contextint hashCode()
hashCode
in class java.lang.Object
boolean equals(java.lang.Object obj)
equals
in class java.lang.Object