Package | Description |
---|---|
votorola.a.count |
Counting votes and resources.
|
votorola.a.voter |
Providing user-specific facilities.
|
Modifier and Type | Class and Description |
---|---|
static class |
Vote.CastEvent
An event that records the casting of a vote.
|
static class |
Vote.VotingEvent
An event that records the casting or withdrawal of a vote.
|
static class |
Vote.WithdrawalEvent
An event that records the withdrawal of a vote.
|
Modifier and Type | Method and Description |
---|---|
ActivityEvent |
PollService.newChangeEventOrNull(Vote oldVote,
Vote newVote)
Either constructs an event to record the change that occured between oldVote and
newVote; or returns null, if no significant change occured.
|
Modifier and Type | Method and Description |
---|---|
ActivityEvent |
ActivityList.get(int index) |
Modifier and Type | Method and Description |
---|---|
void |
ActivityList.log(ActivityEvent e)
Inserts a new event at the beginning of this list.
|
void |
ActivityList.TL.log(ActivityEvent e) |