de.palmmedia.yahtzee
Class Program.PlayerCheckBoxListener
java.lang.Object
de.palmmedia.yahtzee.Program.PlayerCheckBoxListener
- Enclosing class:
- Program
private class Program.PlayerCheckBoxListener
- extends Object
Executed when the checkbox related to a player is activated.
Field Summary |
private int |
playerEditTextId
The id of the textbox containing the player's name. |
Method Summary |
void |
onClick(View v)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
playerEditTextId
private int playerEditTextId
- The id of the textbox containing the player's name.
Program.PlayerCheckBoxListener
public Program.PlayerCheckBoxListener(int playerEditTextId)
- Constructor.
- Parameters:
playerEditTextId
- The id of the textbox containing the player's name.
onClick
public void onClick(View v)
-