private class CharacterEditor.ButtonActions extends Object implements android.view.View.OnClickListener
Modifier | Constructor and Description |
---|---|
private |
ButtonActions() |
Modifier and Type | Method and Description |
---|---|
void |
onClick(android.view.View v)
Depending on the button tapped on the activity, the resulting action
changes.
|
public void onClick(android.view.View v)
onClick
in interface android.view.View.OnClickListener
v
- Button view.