votorola.a.election
Class Vote.CastEvent

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

public static final class Vote.CastEvent
extends Vote.VotingEvent

An event that records the casting of a vote.

See Also:
Serialized Form

Constructor Summary
Vote.CastEvent(String electionName, Vote vote)
          Creates a CastEvent.
 
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.CastEvent

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