votorola.a.election
Class Vote.WithdrawalEvent

java.lang.Object
  extended by ActivityEvent
      extended by Vote.VotingEvent
          extended by Vote.WithdrawalEvent
All Implemented Interfaces:
Serializable
Enclosing class:
Vote

public static final class Vote.WithdrawalEvent
extends Vote.VotingEvent

An event that records the withdrawal of a vote.

See Also:
Serialized Form

Constructor Summary
Vote.WithdrawalEvent(String electionName, Vote vote)
          Creates a WithdrawalEvent.
 
Method Summary
 
Methods inherited from class Vote.VotingEvent
candidateEmail, electionName, voterEmail
 
Methods inherited from class ActivityEvent
description, lapseToString, lapseToString, timestamp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Vote.WithdrawalEvent

Vote.WithdrawalEvent(String electionName,
                     Vote vote)
Creates a WithdrawalEvent.