ants.move.core.models.voter
Interface VoterListener

All Known Implementing Classes:
VoterView

public interface VoterListener


Method Summary
 void no(int votes, boolean updateOthers)
           
 void setVoterThing(VoterThing vT)
           
 void unknown(int votes, boolean updateOthers)
           
 void yes(int votes, boolean updateOthers)
           
 

Method Detail

yes

public void yes(int votes,
                boolean updateOthers)

no

public void no(int votes,
               boolean updateOthers)

unknown

public void unknown(int votes,
                    boolean updateOthers)

setVoterThing

public void setVoterThing(VoterThing vT)


Developers: Oriol Montala, Carles Pairot, Francesc Pinas2000 - 2002
Departament d'Enginyeria Informatica i Matematiques
Escola Tecnica Superior d'Enginyeria
Universitat Rovira i Virgili