T - the type parameter for this callbackpublic class StubbedCallback<T> extends java.lang.Object implements BrandMessengerCallback<T>
BrandMessengerCallback that does nothing when invokedBrandMessengerCallback.Response<T>| Constructor and Description |
|---|
StubbedCallback() |
| Modifier and Type | Method and Description |
|---|---|
void |
run(BrandMessengerCallback.Response<T> response)
Invoke the
BrandMessengerCallback with the results of the action |
public void run(BrandMessengerCallback.Response<T> response)
BrandMessengerCallbackBrandMessengerCallback with the results of the actionrun in interface BrandMessengerCallback<T>response - an instance of BrandMessengerCallback.Response containing the results of the action