abstract class WAPCleanCallback extends Object implements AsyncCallback<CountCache.WAPResponse>
Constructor and Description |
---|
WAPCleanCallback(String _pollName)
Creates a WAPCleanCallback.
|
Modifier and Type | Method and Description |
---|---|
void |
onSuccess(CountCache.WAPResponse response) |
(package private) abstract void |
onSuccess(CountCache.WAPResponseP responseP)
Handles successful completion of the call.
|
(package private) String |
pollName()
Identifies the poll that was requested.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
onFailure
WAPCleanCallback(String _pollName)
pollName()
public final void onSuccess(CountCache.WAPResponse response)
onSuccess
in interface AsyncCallback<CountCache.WAPResponse>
abstract void onSuccess(CountCache.WAPResponseP responseP)