Package | Description |
---|---|
votorola.a.count.gwt |
Interfacing to the count engine from GWT web clients.
|
votorola.s.gwt.scene.vote |
Mapping society along lines of formal assent.
|
Modifier and Type | Method and Description |
---|---|
JsonpRequest<CountCache.WAPResponse> |
CountCache.requestCount(String pollName,
String loc,
AsyncCallback<CountJS> callback)
Requests a count from the remote count engine and stores a record of the request
in this cache.
|
JsonpRequest<CountCache.WAPResponse> |
CountJS.requestNode(String loc,
String username,
AsyncCallback<CountNodeJS> callback)
Requests a node and/or its direct voters from
the remote count engine and caches them.
|
JsonpRequest<CountCache.WAPResponse> |
CountNodeJS.requestVoters(String loc,
AsyncCallback<CountNodeJS> callback)
Requests this node's voters from the count engine.
|
Modifier and Type | Method and Description |
---|---|
void |
WAPCleanCallback.onSuccess(CountCache.WAPResponse response) |
Modifier and Type | Method and Description |
---|---|
(package private) JSONPAtomizer<CountCache.WAPResponse> |
Votespace.exchangeAtomizerS()
The atomizer for request/response exchanges related to scoping, such as for counts
and count nodes.
|