Package | Description |
---|---|
votorola.a.response |
Interfacing with users by command/response.
|
votorola.s.line |
Command line executables for Votorola.
|
votorola.s.mail |
Votorola's mail interface.
|
Modifier and Type | Method and Description |
---|---|
VoterInterface |
CommandResponder.Session.voterInterface()
The voter interface that is providing this session.
|
Constructor and Description |
---|
CommandResponder.Session(VoterInterface _voterInterface,
String _email,
int _trustLevel,
BundleFormatter _bunA,
ReplyBuilder _replyBuilder)
Constructs a Session.
|
Modifier and Type | Class and Description |
---|---|
class |
VOTer
Main class of the executable
voter - a shell for issuing service commands
on behalf of a voter. |
Modifier and Type | Class and Description |
---|---|
class |
VOFaceMail
The mail-based voter interface (mail interface).
|