de.palmmedia.yahtzee
Class Program.PlayerCheckBoxListener

java.lang.Object
  extended by 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.
 
Constructor Summary
Program.PlayerCheckBoxListener(int playerEditTextId)
          Constructor.
 
Method Summary
 void onClick(View v)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

playerEditTextId

private int playerEditTextId
The id of the textbox containing the player's name.

Constructor Detail

Program.PlayerCheckBoxListener

public Program.PlayerCheckBoxListener(int playerEditTextId)
Constructor.

Parameters:
playerEditTextId - The id of the textbox containing the player's name.
Method Detail

onClick

public void onClick(View v)