inescID.revs.voter
Interface IVoterEngine

All Known Implementing Classes:
VoterEngine

public interface IVoterEngine


Method Summary
 void cancel_actionPerformed(java.awt.event.ActionEvent e)
           
 void elections_actionPerformed(java.awt.event.ActionEvent e)
           
 boolean getBallot(int election)
           
 void jMenuItemResumeVoting_actionPerformed(java.awt.event.ActionEvent e)
           
 void ok_actionPerformed(java.awt.event.ActionEvent e)
           
 void resumeVoting()
           
 void saveState(VoteState state)
           
 boolean submitVote(VoteState vote_state)
           
 boolean verifyVoter()
           
 

Method Detail

elections_actionPerformed

public void elections_actionPerformed(java.awt.event.ActionEvent e)

ok_actionPerformed

public void ok_actionPerformed(java.awt.event.ActionEvent e)

verifyVoter

public boolean verifyVoter()

getBallot

public boolean getBallot(int election)

submitVote

public boolean submitVote(VoteState vote_state)

saveState

public void saveState(VoteState state)

resumeVoting

public void resumeVoting()

cancel_actionPerformed

public void cancel_actionPerformed(java.awt.event.ActionEvent e)

jMenuItemResumeVoting_actionPerformed

public void jMenuItemResumeVoting_actionPerformed(java.awt.event.ActionEvent e)