org.speakright.demos.simpsons
Class Voting

java.lang.Object
  extended by org.speakright.demos.simpsons.Voting

public class Voting
extends java.lang.Object


Constructor Summary
Voting(SRLocations loc)
           
 
Method Summary
 void recordVote(int characterId, java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Voting

public Voting(SRLocations loc)
Method Detail

recordVote

public void recordVote(int characterId,
                       java.lang.String name)